]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlot.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlot.h
index 1d6e3d96faf2fce64cebc3866c9d1c2e60b195d9..b98789eff5a8b161c0dcc34961231b473790b017 100644 (file)
@@ -28,6 +28,7 @@ public:
        ///
        InsetLOT() : InsetCommand("listoftables") {}
        ///
+       explicit
        InsetLOT(Buffer * b) : InsetCommand("listoftables"), owner(b) {}
         ///
         Inset * Clone() const { return new InsetLOT(owner); }