]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
remove noload/don't typeset
[lyx.git] / src / lyxfunc.h
index 6eca3068a0dbb0c1529bad2b8dc8a2daec82cd61..3d3aab4cfd6b4a51c02fb6b4dbb6dca24718070b 100644 (file)
@@ -17,6 +17,7 @@
 class LyXView;
 class LyXText;
 class FuncRequest;
+class BufferView;
 
 
 /** This class encapsulates all the LyX command operations.
@@ -71,6 +72,9 @@ public:
        void handleKeyFunc(kb_action action);
 
 private:
+       ///
+       BufferView * view() const;
+
        ///
        LyXView * owner;
        ///