]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
pimpl not needed here
[lyx.git] / src / insets / InsetGraphics.h
index f5410bcbb9d3a3f59c96cddbcdb503cb539da999..884f03c51a16fb56677c8ffe9f1519eae8e26d21 100644 (file)
@@ -61,7 +61,7 @@ public:
        void validate(LaTeXFeatures & features) const;
 
        /// returns LyX code associated with the inset. Used for TOC, ...)
-       Inset::Code lyxCode() const { return Inset::GRAPHICS_CODE; }
+       InsetCode lyxCode() const { return GRAPHICS_CODE; }
 
        /** Set the inset parameters, used by the GUIndependent dialog.
            Return true of new params are different from what was so far.