]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / inseturl.h
index 869b6352c7b830459731fb0a4363af2519b4c927..6ad0f0aacb2ad8ee11cfcf44d89b8b87a43749c8 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       Inset::Code lyxCode() const { return Inset::URL_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::URL_CODE; }
        ///
        void validate(LaTeXFeatures &) const;
        ///