]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Continue to improve GtkLengthEntry
[lyx.git] / src / lyxtext.h
index 535d7623deda38ceab0c5fbb3cdb01177972b77e..8b0242bb3fb943a66a97e3abeff189192d7a4209 100644 (file)
@@ -133,7 +133,7 @@ public:
        /// read-write access to individual paragraph
        Paragraph & getPar(pit_type pit) { return pars_[pit]; }
        // Returns the current font and depth as a message.
-       std::string LyXText::currentState(LCursor & cur);
+       std::string currentState(LCursor & cur);
 
        /** returns row near the specified
          * y-coordinate in given paragraph (relative to the screen).