]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetloa.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetloa.h
index 1341d0b860a5c8b9efd94ae793693ce16638bd91..0a4254a2832f5419fceca5a98e714b06caf47770 100644 (file)
@@ -28,13 +28,14 @@ public:
        ///
        InsetLOA() : InsetCommand("listofalgorithms") {}
        ///
+       explicit
        InsetLOA(Buffer * b) : InsetCommand("listofalgorithms"), owner(b) {}
         ///
        void Validate(LaTeXFeatures & features) const;
         ///
         Inset * Clone() const { return new InsetLOA(owner); }
        ///
-       string getScreenLabel() const { return _("List of Algorithms"); }
+       string getScreenLabel() const;
 
         ///
        EDITABLE Editable() const {