]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Transfer current_font and real_current_font from Text to Cursor.
[lyx.git] / src / BufferParams.h
index 7922c66792b28c8ad10a5c41f402886c6e39704a..620b78e2a9aacf838dee6c243aef4607ed6a1222 100644 (file)
@@ -103,7 +103,7 @@ public:
        ///Set the LyX TextClass (that is, the layout file) this document is using.
        ///NOTE This also calls makeTextClass(), to update the local
        ///TextClass.
-       void setBaseClass(textclass_type);
+       bool setBaseClass(textclass_type);
        ///Returns the TextClass currently in use: the BaseClass as modified
        ///by modules.
        TextClass const & getTextClass() const;