X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayoutFile.h;h=87548187edc9ba626af9ea70fb9a95d9b7a01f7d;hb=3bf1b97ae547aea5d0243e41b2d8af463a6e40c5;hp=fe865322667ed83b3500ba7af7d1a13aaaf0f781;hpb=2a594d3e90a673c56df9766658a79cf0bcaeb9a8;p=features.git diff --git a/src/LayoutFile.h b/src/LayoutFile.h index fe86532266..87548187ed 100644 --- a/src/LayoutFile.h +++ b/src/LayoutFile.h @@ -5,7 +5,7 @@ * Licence details can be found in the file COPYING. * * \author Lars Gullik Bjønnes - * \author Richard Heck (typedefs and such) + * \author Richard Kimberly Heck (typedefs and such) * * Full author contact details are available in file CREDITS. */ @@ -13,7 +13,6 @@ #ifndef BASECLASSLIST_H #define BASECLASSLIST_H -#include "LayoutModuleList.h" #include "TextClass.h" #include "support/strfwd.h" @@ -24,6 +23,8 @@ namespace lyx { +class LayoutModuleList; + /// Index into LayoutFileList. Basically a 'strong typedef'. class LayoutFileIndex { public: @@ -106,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