]> git.lyx.org Git - lyx.git/blobdiff - src/TextClassList.h
* src/LyXRC.{cpp,h}:
[lyx.git] / src / TextClassList.h
index 2931bab6955baa75210a9a22515ceba06e86e267..5560177ab4247ca64dfbd0a055147bb7573b0ccf 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "support/types.h"
 
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
 
 #include <string>
 #include <vector>
@@ -68,6 +68,8 @@ private:
 
 ///
 extern TextClassList textclasslist;
+///
+textclass_type defaultTextclass();
 
 
 } // namespace lyx