]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / command_inset.h
index 8448a0effd92da01f6f4b6a20b3f73fb360da290..df5981f71ed9311d87555ac355ed2ab3ff0e8fd1 100644 (file)
@@ -11,9 +11,6 @@
  *  Full author contact details are available in file CREDITS.
  */
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #ifndef COMMAND_INSET_H
 #define COMMAND_INSET_H
@@ -32,7 +29,7 @@ public:
        ///
        //void infoize(std::ostream & os) const;
        ///
-       result_type dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
+       dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
        ///
        string screenLabel() const;
 public: