]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTheorem.h
pimpl not needed here
[lyx.git] / src / insets / InsetTheorem.h
index 302fce7f8fdb81018d02469d61a999e5037c275e..bf20efbd2db3c85f49b9c0ec9e06157cfa88732b 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
-       Inset::Code lyxCode() const { return Inset::THEOREM_CODE; }
+       InsetCode lyxCode() const { return THEOREM_CODE; }
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///