]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.C
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / inseturl.C
index cff4ab9a80d5727c2ee35d7603d4d6d4e4e446c9..16eaf04797d984fbd105cf369083590f0ec0a681 100644 (file)
 using std::ostream;
 
 
-InsetUrl::InsetUrl(InsetCommandParams const & p, bool)
+InsetUrl::InsetUrl(InsetCommandParams const & p)
                : InsetCommand(p)
 {}
 
 
+// InsetUrl::InsetUrl(InsetCommandParams const & p, bool)
+//             : InsetCommand(p, false)
+// {}
+
+
 InsetUrl::~InsetUrl()
 {
        InsetCommandMailer("url", *this).hideDialog();