]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
fix #832
[lyx.git] / src / insets / insetfloatlist.h
index b774d504219a4f2a27270c28d785cb87296b51dd..f5ec613dfced1a0d3ef32b7100f4c61ad4cf9461 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSET_FLOATLIST_H
 #define INSET_FLOATLIST_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -27,15 +24,15 @@ public:
        ///
        InsetFloatList(string const & type);
        ///
+       ~InsetFloatList();
+       ///
        Inset * clone(Buffer const &, bool = false) const {
                return new InsetFloatList(getCmdName());
        }
        ///
-       string const getScreenLabel(Buffer const *) const;
+       dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       void edit(BufferView * bv, int, int, mouse_button::state);
-       ///
-       void edit(BufferView * bv, bool front = true);
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///