]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insetindex.h
index 4303466789f78b4d636ef127373c9f95e68d66ab..3f13751563d3fe840ce94b58a4aa006e6ce1d22a 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSET_INDEX_H
 #define INSET_INDEX_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -27,6 +24,8 @@ public:
        ///
        InsetIndex(InsetCommandParams const &, bool same_id = false);
        ///
+       ~InsetIndex();
+       ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const {
                return new InsetIndex(params(), same_id);
        }