]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetloa.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / insets / insetloa.h
index 082826f99224f3e24dc167d67dd4acc3a1282bbf..c67e0bee1d8c9246c7bfc068fc3470eada9cb15b 100644 (file)
@@ -34,7 +34,7 @@ public:
         ///
         Inset* Clone() { return new InsetLOA(owner); }
        ///
-       LString getScreenLabel() const { return _("List of Algorithms"); }
+       string getScreenLabel() const { return _("List of Algorithms"); }
 
        
        //void Edit(int, int);