]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
fix #832
[lyx.git] / src / insets / insetquotes.h
index 7e5c15a1e7ca1a41bae9ab644cf1f702e2a5e830..5d5a10463ad6a22098cf8c1149a4b25c194fc6c0 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSET_QUOTES_H
 #define INSET_QUOTES_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "inset.h"
 
@@ -79,7 +76,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
 #if 0
        ///
        LyXFont const convertFont(LyXFont const & font) const;