X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtext.h;h=8b0242bb3fb943a66a97e3abeff189192d7a4209;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=535d7623deda38ceab0c5fbb3cdb01177972b77e;hpb=5846f513322f4ddccd3f9989cb284a1013e876e6;p=lyx.git diff --git a/src/lyxtext.h b/src/lyxtext.h index 535d7623de..8b0242bb3f 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -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).