]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Output a parbreak after a command.
[lyx.git] / src / insets / InsetRef.h
index 21a7ec1c7c5a21514120c5c911001f93665bd285..255b60db4880a36a7b84ab4a9f063e5a161d6bd0 100644 (file)
@@ -28,7 +28,7 @@ public:
                ///
                std::string short_gui_name;
        };
-       static type_info types[];
+       static const type_info types[];
        ///
        static int getType(std::string const & name);
        ///
@@ -62,7 +62,7 @@ public:
        /// 
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///