]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathHull.h
index 1a0c49d05640fd8de4fb60570e5815cc3b445240..f441687b5f2e99080bde86928090d5237614ada5 100644 (file)
@@ -38,7 +38,7 @@ public:
        ///
        void updateLabels(ParIterator const &);
        ///
-       void addToToc(ParConstIterator const &) const;
+       void addToToc(DocIterator const &);
        ///
        InsetMathHull & operator=(InsetMathHull const &);
        ///
@@ -128,6 +128,9 @@ public:
        /// Force inset into LTR environment if surroundings are RTL?
        virtual bool forceLTR() const { return true; }
 
+       ///
+       virtual docstring contextMenu(BufferView const &, int, int) const;
+
 protected:
        InsetMathHull(InsetMathHull const &);