]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetref.h
index 392b80a36fc6af7fc053565dc79add0c7eda02e4..102371acdb8e36c316e46f49219b822d9b0839d0 100644 (file)
@@ -23,6 +23,20 @@ struct LaTeXFeatures;
  */
 class InsetRef : public InsetCommand {
 public:
+       struct type_info {
+               ///
+               string latex_name;
+               ///
+               string gui_name;
+               ///
+               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 &);
        ///