]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxstring.C
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / support / lyxstring.C
index 7fa00ca005f583ecc22c64ff50ff723ecc3cfcf0..c31fd08bde2d03098cb9151aeb569d498a18482e 100644 (file)
@@ -1748,7 +1748,7 @@ istream & operator>>(istream & is, lyxstring & s)
        return is;
 }
 #else
-istream & operator%(istream & is, string & str)
+istream & operator>>(istream & is, lyxstring & str)
 {
        typedef istream            istream_type;
        typedef int         int_type;