]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
pimpl not needed here
[lyx.git] / src / insets / InsetWrap.h
index a23944590c4eb3562e3ddac9da3d2284bc755ae3..01a9d7645fa0f2df6299e14a2f3b79c4e0a271fb 100644 (file)
@@ -55,7 +55,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
        ///
-       Inset::Code lyxCode() const { return Inset::WRAP_CODE; }
+       InsetCode lyxCode() const { return WRAP_CODE; }
        ///
        int latex(Buffer const &, odocstream &,
                  OutputParams const &) const;
@@ -68,7 +68,7 @@ public:
        ///
        virtual docstring const editMessage() const;
        ///
-       bool insetAllowed(Inset::Code) const;
+       bool insetAllowed(InsetCode) const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///