X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInset.h;h=0f76671ea821a709f684467af6906298351a41fa;hb=de67b68b1dc140321e5d0e2e6b4507c972703744;hp=b6b8db64a582b5bea4272cda7b3b4cc8763f8c45;hpb=1af0832f750ac7e0c48c6efe1367a9d96447bfdc;p=lyx.git diff --git a/src/insets/Inset.h b/src/insets/Inset.h index b6b8db64a5..0f76671ea8 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -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;