]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Initialize recently added forceownlines_ bool
[lyx.git] / src / insets / InsetRef.h
index 255b60db4880a36a7b84ab4a9f063e5a161d6bd0..002fa64d10ab656287fa10324064def6c6863f9d 100644 (file)
@@ -45,6 +45,8 @@ public:
        docstring toolTip(BufferView const &, int, int) const
                { return tooltip_; }
        ///
+  docstring getTOCString() const;
+       ///
        bool hasSettings() const { return true; }
        ///
        InsetCode lyxCode() const { return REF_CODE; }