]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxstring.h
lyxserver cleanup patch + andre's small patches
[lyx.git] / src / support / lyxstring.h
index d8b0df2cbdc1d4ed424b1b26de0f6a734621977c..5520ada245dd8ca9a4bb805d1d72685f214316e0 100644 (file)
@@ -441,6 +441,10 @@ public:
        lyxstring & replace(size_type i, size_type n,
                            size_type n2, value_type c);
 
+       /// FY! FY! FY! go away !
+       lyxstring & replace(size_type i, size_type n,
+                           value_type c);
+
        ///
        lyxstring & replace(iterator i, iterator i2, const lyxstring & str);