]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.h
MacOSX compile fix.
[lyx.git] / src / support / docstring.h
index 1cff5109a0d22bb4bf5c1c71c7ca284f394b5a0c..072e76155b03660a9e9c43bb8659948eff751bc3 100644 (file)
@@ -64,10 +64,10 @@ lyx::docstring operator+(lyx::docstring const & l, char r);
 lyx::docstring operator+(char l, lyx::docstring const & r);
 
 /// Append a C string of ASCII characters to a docstring
-lyx::docstring operator+=(lyx::docstring &, char const *);
+lyx::docstring operator+=(lyx::docstring &, char const *);
 
 /// Append a single ASCII character to a docstring
-lyx::docstring operator+=(lyx::docstring & l, char r);
+lyx::docstring operator+=(lyx::docstring & l, char r);
 
 
 #if SIZEOF_WCHAR_T != 4 && defined(__GNUC__) && defined(__GNUC_MINOR__) && __GNUC__ == 3 && __GNUC_MINOR__ < 4