mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 03:33:30 +00:00
Remove bogus qualifier.
This commit is contained in:
parent
11db3a883c
commit
77dc2301fa
@ -49,7 +49,7 @@ public:
|
||||
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&);
|
||||
|
Loading…
x
Reference in New Issue
Block a user