]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Output a parbreak after a command.
[lyx.git] / src / insets / InsetRef.h
index 09122c1ebea35d6f80de3dce9c8e3f73d2e6c423..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,13 +62,13 @@ public:
        /// 
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        bool forceLTR() const { return true; }
        //@}