]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / buffer.h
index 1d5609a86e4177df95321d5abc6b128820ecf16a..9e78027cfcc50a36586a53f3266482f233c42f3d 100644 (file)
@@ -138,7 +138,10 @@ public:
                                        LyXParagraph::footnote_kind &
 #endif
                );
-
+private:
+       // Parse a single inset.
+       void readInset(LyXLex &, LyXParagraph *& par, int & pos, LyXFont &);
+public:
        /** Save file
            Takes care of auto-save files and backup file if requested.
            Returns true if the save is successful, false otherwise.