]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insetcite.h
index 797908dfb448d499775bdb1ae31ee3c78ee78f32..3cec12c54d1fd1c920786aa7fcf2c1ca7e97fb1b 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef INSET_CITE_H
 #define INSET_CITE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -26,6 +23,8 @@ public:
        ///
        InsetCitation(InsetCommandParams const &, bool same_id = false);
        ///
+       ~InsetCitation();
+       ///
        Inset * clone(Buffer const &, bool same_id = false) const {
                return new InsetCitation(params(), same_id);
        }