]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetLine.cpp
index d2908cb1c132eca76e4aac6614a433ea4de7db42..2c88c061fd0c9853f9495fd0837b6179cce10f60 100644 (file)
@@ -42,7 +42,7 @@ using frontend::Painter;
 
 
 InsetLine::InsetLine(Buffer * buf, InsetCommandParams const & p)
-       : InsetCommand(buf, p, "line")
+       : InsetCommand(buf, p)
 {}