mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 09:03:32 +00:00
Default-initialize sanity parameter for list-constructor.
This commit is contained in:
parent
3e178bfbf1
commit
9b74e24978
@ -37,7 +37,7 @@ public:
|
||||
version_info(const std::string&); /**< String constructor. */
|
||||
|
||||
/** Simple list constructor. */
|
||||
version_info(unsigned int major, unsigned int minor, unsigned int revision_level, bool sane,
|
||||
version_info(unsigned int major, unsigned int minor, unsigned int revision_level, bool sane = true,
|
||||
char special_separator='\0', const std::string& special=std::string());
|
||||
|
||||
/** Assignment operator. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user