]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnewline.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetnewline.h
index 8f9589c7af977c15525a41031b2b4fa82ddbdcf0..bd6988e9cc2569f4a15facdc0311a4eebdfdc9fb 100644 (file)
@@ -20,7 +20,7 @@ public:
 
        InsetNewline() {}
 
-       InsetOld::Code lyxCode() const { return InsetOld::NEWLINE_CODE; }
+       InsetBase::Code lyxCode() const { return InsetBase::NEWLINE_CODE; }
 
        void metrics(MetricsInfo &, Dimension &) const;