]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Fix InsetBox::contentAlignment()
[lyx.git] / src / insets / Inset.h
index b6b8db64a582b5bea4272cda7b3b4cc8763f8c45..0f76671ea821a709f684467af6906298351a41fa 100644 (file)
@@ -595,7 +595,7 @@ public:
        virtual void rejectChanges() {}
 
        ///
-       virtual bool needsCProtection(bool const) const { return false; }
+       virtual bool needsCProtection(bool const, bool const) const { return false; }
 
        ///
        virtual ColorCode backgroundColor(PainterInfo const &) const;