From 01834cf05d5a58a3e0e90292de7da26840e08b7e Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Tue, 29 Dec 2009 14:06:34 +0800 Subject: [PATCH] Fix coding style problem --- src/String.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/String.h b/src/String.h index a83c492..d8617b7 100644 --- a/src/String.h +++ b/src/String.h @@ -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); -- 2.7.4