]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
fix compilation bug
[lyx.git] / src / BufferView_pimpl.h
index ed39aa1cc3a9463db6e6f6c8d30168ce0b716aff..e011a08990783a5bcca3d6c504d0e3e83dc12e17 100644 (file)
@@ -19,9 +19,6 @@
 #include <boost/scoped_ptr.hpp>
 #include <boost/signals/trackable.hpp>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class Change;
 class LyXView;
@@ -62,7 +59,7 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        ///
        void scrollDocView(int value);
        /**
-        * Wheel mouse scroll, move by multiples of text->defaultHeight().
+        * Wheel mouse scroll, move by multiples of text->defaultRowHeight().
         */
        void scroll(int lines);
        ///