]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbutton.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetbutton.h
index 7176769d71bdda243aa11d7603b06d190d0a2fdd..c6a6a12ffc990b19befb5b43635076cb9fa60fdf 100644 (file)
@@ -34,7 +34,7 @@ public:
 
 protected:
        /// This should provide the text for the button
-       virtual string getScreenLabel() const = 0;
+       virtual string const getScreenLabel() const = 0;
 };
 
 #endif