]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclass.h
Remove the now superseeded SConscript files, and some small missing parts to SConstruct
[lyx.git] / src / lyxtextclass.h
index a878b25eff69bffa734e32a52d6a87009ff69aaf..57345d8353b352615bb15b29688f45cf2faa956c 100644 (file)
@@ -84,7 +84,7 @@ public:
        LyXLayout_ptr const & operator[](std::string const & vname) const;
 
        /// Sees to that the textclass structure has been loaded
-       bool load() const;
+       bool load(std::string const & path=std::string()) const;
        /// Has this layout file been loaded yet?
        bool loaded() const { return loaded_; }