]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.h
cosmetics; compile fix
[lyx.git] / src / LayoutFile.h
index e23d214bd0cec33d5d88a4ec4f9d596334b44ede..0a5ec3472b323b95d284564072c3087100698b4c 100644 (file)
@@ -72,6 +72,7 @@ class LayoutFileList {
 public:
        ///
        LayoutFileList() {}
+       ~LayoutFileList();
        /// \return The sole instance of this class.
        static LayoutFileList & get();
        ///
@@ -89,8 +90,7 @@ public:
 
        enum Layout_Type {
                System,
-               Local,
-               Embedded
+               Local
        };
        
        /// add a textclass from user local directory.
@@ -103,7 +103,6 @@ public:
        std::vector<LayoutFileIndex> classList() const;
        /// 
        static std::string const localPrefix;
-       static std::string const embeddedPrefix;
 private:
        ///
        typedef std::map<std::string, LayoutFile *> ClassMap;