]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Some cleanup for the Floating class.
[lyx.git] / src / TextClass.h
index 71382d43efaef6cfc580680421a14bbe58e18f42..638d3ea1dbbea6049a354b9fdb64ef128b620e05 100644 (file)
@@ -322,6 +322,8 @@ private:
        ///
        void readClassOptions(Lexer &);
        ///
+       void readCharStyle(Lexer &, std::string const &);
+       ///
        void readFloat(Lexer &);
 };