]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
pimpl not needed here
[lyx.git] / src / BufferView.h
index df58d927e4d06c8d31355021cc527e8ce72dadc1..11efee42987ed6c784e400b1d845fcdf60c51cde 100644 (file)
@@ -18,7 +18,7 @@
 #include "Dimension.h"
 #include "update_flags.h"
 
-#include "support/docstring.h"
+#include "support/strfwd.h"
 #include "support/types.h"
 
 #include <boost/noncopyable.hpp>
@@ -290,8 +290,8 @@ private:
 
        void updateOffsetRef();
 
-       struct BufferViewPrivate;
-       BufferViewPrivate & d;
+       struct Private;
+       Private * const d;
 };
 
 /// some space for drawing the 'nested' markers (in pixel)