]> git.lyx.org Git - features.git/blobdiff - src/BufferView.h
* LyXView: the accessor methods now return a reference to the member
[features.git] / src / BufferView.h
index 5f1f8fc25e3cdc42558a0d50c7dc01d33fe17a76..454dab6cf8f18feeca1110752e32339c27d41078 100644 (file)
@@ -18,7 +18,6 @@
 #include "undo.h"
 
 #include "insets/inset.h"
-#include "WordLangTuple.h"
 
 #include <boost/utility.hpp>
 
@@ -30,6 +29,7 @@ class LyXScreen;
 class Language;
 class Painter;
 class UpdatableInset;
+class WordLangTuple;
 
 ///
 class BufferView : boost::noncopyable {