]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / ref_inset.h
index e3c9728e846c3dbd6897afdc64776e62f0424b1b..bb9a6c25da9af7a4521bddbd78557c3d78904478 100644 (file)
@@ -1,9 +1,6 @@
 #ifndef REF_INSET_H
 #define REF_INSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "command_inset.h"
 
@@ -21,7 +18,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;
        ///
@@ -35,7 +32,7 @@ public:
        int docbook(std::ostream & os, bool) const;
 
 
-       struct type_info {
+       struct ref_type_info {
                ///
                string latex_name;
                ///
@@ -43,7 +40,7 @@ public:
                ///
                string short_gui_name;
        };
-       static type_info types[];
+       static ref_type_info types[];
        ///
        static int getType(string const & name);
        ///