]> git.lyx.org Git - features.git/blobdiff - src/BufferView.h
Remove LYX_LAYOUT_DEFAULT - it is very very old, even klyx doesn't use it.
[features.git] / src / BufferView.h
index 2603dadf1b1005d35efcc49a1ac9a248baea0efb..fb7b2983419e3521b04476c3d072b49ba8ca5fd4 100644 (file)
@@ -19,6 +19,7 @@
 #include "commandtags.h"
 
 #include "insets/inset.h"
+#include "WordLangTuple.h"
 
 #include <boost/utility.hpp>
 
@@ -124,8 +125,8 @@ public:
        void endOfSpellCheck();
        ///
        void selectLastWord();
-       ///
-       string const nextWord(float & value);
+       /// return the next word
+       WordLangTuple const nextWord(float & value);
        ///
        bool gotoLabel(string const & label);
        ///