]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insettoc.h
index 37b4457ea08e50ef95d109480fa5cf78695eb216..142c8de333980a9e093d5e33382ad266ece9c496 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSET_TOC_H
 #define INSET_TOC_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -23,8 +20,9 @@
 class InsetTOC : public InsetCommand {
 public:
        ///
-       InsetTOC(InsetCommandParams const & p, bool same_id = false)
-                       : InsetCommand(p, same_id) {}
+       InsetTOC(InsetCommandParams const &, bool same_id = false);
+       ///
+       ~InsetTOC();
        ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const {
                return new InsetTOC(params(), same_id);