]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
pimpl not needed here
[lyx.git] / src / insets / InsetExternal.h
index 67d1fb8aa2a51506c4442808398cc05fd54f2565..993354d328427248b97d81773612bcdeded8f7dc 100644 (file)
@@ -112,7 +112,7 @@ public:
        ///
        virtual ~InsetExternal();
        ///
-       virtual Inset::Code lyxCode() const { return EXTERNAL_CODE; }
+       virtual InsetCode lyxCode() const { return EXTERNAL_CODE; }
        ///
        virtual EDITABLE editable() const { return IS_EDITABLE; }