X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetloa.h;h=0a4254a2832f5419fceca5a98e714b06caf47770;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=1341d0b860a5c8b9efd94ae793693ce16638bd91;hpb=0088121bd8c3fc7f2109e8dc9b22b73ca193f20e;p=lyx.git diff --git a/src/insets/insetloa.h b/src/insets/insetloa.h index 1341d0b860..0a4254a283 100644 --- a/src/insets/insetloa.h +++ b/src/insets/insetloa.h @@ -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 {