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