]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
pimpl not needed here
[lyx.git] / src / insets / InsetNewline.h
index c38015537580887ed0282ae6593a99a12454c9f3..a03da2d1970aa418f0532737ab675ba58d0e2dee 100644 (file)
@@ -23,7 +23,7 @@ public:
 
        InsetNewline() {}
 
-       Inset::Code lyxCode() const { return Inset::NEWLINE_CODE; }
+       InsetCode lyxCode() const { return NEWLINE_CODE; }
 
        void metrics(MetricsInfo &, Dimension &) const;