]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / LyXFunc.h
index f532cc1073d936772e1a8c483818a783167a9dd9..60862dc406da8139f21aadbbe6940f054b0dd476 100644 (file)
@@ -29,7 +29,7 @@ class BufferView;
 class FuncRequest;
 class FuncStatus;
 class KeySymbol;
-class LyXText;
+class Text;
 class LyXView;
 
 
@@ -77,7 +77,7 @@ public:
        void handleKeyFunc(kb_action action);
        /// goto a bookmark
        /// openFile: whether or not open a file if the file is not opened
-       /// switchToBuffer: whether or not switch to buffer if the buffer is 
+       /// switchToBuffer: whether or not switch to buffer if the buffer is
        ///             not the current buffer
        void gotoBookmark(unsigned int idx, bool openFile, bool switchToBuffer);