]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Sort the language nesting mess with polyglossia
[lyx.git] / src / mathed / InsetMathHull.h
index 6f2f850e3b45d2f06e0cc91cf3e4fc401de699b5..f3ea8a8166d5a4036907d3aa06e0214c730a47a7 100644 (file)
@@ -185,6 +185,8 @@ public:
        std::string contextMenuName() const;
        ///
        InsetCode lyxCode() const { return MATH_HULL_CODE; }
+       ///
+       bool canPaintChange(BufferView const &) const;
 
 protected:
        InsetMathHull(InsetMathHull const &);