Fix coding style problem
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 29 Dec 2009 06:06:34 +0000 (14:06 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Fri, 1 Jan 2010 11:10:09 +0000 (19:10 +0800)
src/String.h

index a83c492..d8617b7 100644 (file)
@@ -82,7 +82,7 @@ public:
         return *this;
     }
 
-    String & operator << (const gunichar *wstr) {
+    String & operator<< (const gunichar *wstr) {
         gchar *str;
         GError *error;
         str = g_ucs4_to_utf8 (wstr, -1, NULL, NULL, &error);