]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Remove special code for CJK that is no longer required (amends e665715fc4).
[lyx.git] / src / BufferParams.h
index 37041edfa905cd0e2438c73a8ead83a5b17fd4bf..229d1be6a5de027d9d7bca7f9c5d01b93954f7b3 100644 (file)
@@ -136,7 +136,9 @@ public:
        /// NOTE: This does not call makeDocumentClass() to update the local
        /// DocumentClass. That needs to be done manually.
        /// \param classname: the name of the layout file
-       bool setBaseClass(std::string const & classname);
+       /// \param path: non-empty only for local layout files
+       bool setBaseClass(std::string const & classname,
+                         std::string const & path = std::string());
        /// Adds the module information to the baseClass information to
        /// create our local DocumentClass.
        /// NOTE: This should NEVER be called externally unless one immediately goes