CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 05/03/28 07:39:49
Modified files:
src : tstring.hpp
Log message:
Remove bogus qualifier.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/tstring.hpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: wesnoth/src/tstring.hpp
diff -u wesnoth/src/tstring.hpp:1.1 wesnoth/src/tstring.hpp:1.2
--- wesnoth/src/tstring.hpp:1.1 Sun Mar 27 23:06:17 2005
+++ wesnoth/src/tstring.hpp Mon Mar 28 07:39:48 2005
@@ -1,4 +1,4 @@
-/* $Id: tstring.hpp,v 1.1 2005/03/27 23:06:17 gruikya Exp $ */
+/* $Id: tstring.hpp,v 1.2 2005/03/28 07:39:48 silene Exp $ */
/*
Copyright (C) 2004 by Philippe Plantier <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -49,7 +49,7 @@
t_string(const char* string);
~t_string();
- static t_string t_string::from_serialized(const std::string& string);
+ static t_string from_serialized(const std::string& string);
t_string& operator=(const t_string&);
t_string& operator=(const std::string&);