]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbase.C
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetbase.C
index 4d4ab1565e797c920b6c5aad1a8d8db9a1977481..0736f60fc4d276a2d8e1e0cc14d8a4338d328ff1 100644 (file)
@@ -28,6 +28,8 @@
 
 #include "frontends/Painter.h"
 
+#include <boost/current_function.hpp>
+
 #include <map>
 #include <typeinfo>
 
@@ -271,7 +273,7 @@ std::string const & InsetBase::getInsetName() const
 }
 
 
-void InsetBase::markErased()
+void InsetBase::markErased(bool)
 {}