]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.h
Add empty line after last \bibitem in bibliography (#12041)
[lyx.git] / src / LayoutFile.h
index 7fcc820bbf6f467949e28e2a544e9f3ee0df303a..f2b27a118d6a72d83aafc7a5818d567c469d93b1 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef BASECLASSLIST_H
 #define BASECLASSLIST_H
 
-#include "LayoutModuleList.h"
 #include "TextClass.h"
 
 #include "support/strfwd.h"
@@ -24,7 +23,7 @@
 
 namespace lyx {
 
-class Layout;
+class LayoutModuleList;
 
 /// Index into LayoutFileList. Basically a 'strong typedef'.
 class LayoutFileIndex {
@@ -108,7 +107,7 @@ public:
        /// Read textclass list. Returns false if this fails.
        bool read();
        /// Clears the textclass so as to force it to be reloaded
-       void reset(LayoutFileIndex const & tc);
+       void reset(LayoutFileIndex const & classname);
 
        /// Add a default textclass with all standard layouts.
        /// Note that this will over-write any information we may have