]> 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 4fffb7ba4df228a5cde24da2703faf48610ecb12..b98789eff5a8b161c0dcc34961231b473790b017 100644 (file)
@@ -28,11 +28,12 @@ public:
        ///
        InsetLOT() : InsetCommand("listoftables") {}
        ///
+       explicit
        InsetLOT(Buffer * b) : InsetCommand("listoftables"), owner(b) {}
         ///
         Inset * Clone() const { return new InsetLOT(owner); }
        ///
-       string getScreenLabel() const { return _("List of Tables"); }
+       string getScreenLabel() const;
         
         ///
        EDITABLE Editable() const {