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