]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetinclude.h
index cad0d6e1a1e1e7d420465543974d983e64f2c21a..65eee42452baae91e2d3b3054bf827292fa324e3 100644 (file)
@@ -92,6 +92,10 @@ public:
        ///
        void addPreview(graphics::PreviewLoader &) const;
        ///
+       void addToToc(TocList &, Buffer const &) const;
+       ///
+       void updateLabels(Buffer const & buffer) const;
+       ///
        bool getStatus(LCursor &, FuncRequest const &, FuncStatus &) const;
 protected:
        InsetInclude(InsetInclude const &);