]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetHyperlink.cpp
index b688b22aca3a071f963fc96486f2638cd24368bb..eec468ba8d0f42e4261cc0b7599fdee9cc2e20d8 100644 (file)
@@ -35,7 +35,7 @@ namespace lyx {
 
 
 InsetHyperlink::InsetHyperlink(Buffer * buf, InsetCommandParams const & p)
-       : InsetCommand(buf, p, "href")
+       : InsetCommand(buf, p)
 {}