]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetinclude.h
index 23f6f17d47c80723635c488bec865c4c8571c253..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 &);
@@ -119,7 +123,7 @@ private:
        /// the parameters
        InsetCommandParams params_;
        /// holds the entity name that defines the file location (SGML)
-       std::string const include_label;
+       docstring const include_label;
 
        /// The pointer never changes although *preview_'s contents may.
        boost::scoped_ptr<RenderMonitoredPreview> const preview_;