]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
* src/insets/InsetSpace.cpp:
[lyx.git] / src / insets / InsetText.h
index afb874a442cf3674ad1869b9b77a281cc6f2a781..33c5b474b3614b29d6470126a4ab3497f9da9e90 100644 (file)
@@ -137,6 +137,8 @@ public:
        // Update the counters of this inset and of its contents
        void updateLabels(ParIterator const &);
        ///
+       void addToToc(DocIterator const &);
+       ///
        Inset * clone() const { return new InsetText(*this); }
        ///
        bool notifyCursorLeaves(Cursor const & old, Cursor & cur);