]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
ws changes mostly
[lyx.git] / src / BufferView.h
index 1197ea34f5090c6e48ddb38b007519ed02373a46..88d307daf82eb60b8eaf02d8419cc545eddd04f6 100644 (file)
@@ -102,7 +102,10 @@ public:
        Change const getCurrentChange();
 
        /// return the lyxtext we are using
-       LyXText * getLyXText() const;
+       LyXText * getLyXText();
+
+       /// return the lyxtext we are using
+       LyXText const * getLyXText() const;
 
        /// simple replacing. Use the font of the first selected character
        void replaceSelectionWithString(std::string const & str);