]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.h
Fixed #6335.
[lyx.git] / src / LayoutFile.h
index 847b469435fc9ed99ac90a016e7474f8fe4253de..b56da88319d122b4dfe2174195a29dbd120c68fc 100644 (file)
@@ -124,6 +124,10 @@ public:
                addLocalLayout(std::string const & textclass, std::string const & path);
        /// a list of the available classes
        std::vector<LayoutFileIndex> classList() const;
+
+       ///
+       bool load(std::string const & name, std::string const & buf_path);
+
 private:
        ///
        typedef std::map<std::string, LayoutFile *> ClassMap;