]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
updates to minipage inset
[lyx.git] / src / insets / insetref.h
index 51f2ffdd59a0b3b1998f635da47419d842381d77..102371acdb8e36c316e46f49219b822d9b0839d0 100644 (file)
@@ -32,6 +32,10 @@ public:
                string short_gui_name;
        };
        static type_info types[];
+       ///
+       static int getType(string const & name);
+       ///
+       static string const & getName(int type);
 
        ///
        InsetRef(InsetCommandParams const &, Buffer const &);