mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
More warnings/minor fixes
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@836 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -46,12 +46,13 @@ IMPLEMENT_REFLECTION(ChoiceField) {
|
||||
// ----------------------------------------------------------------------------- : ChoiceField::Choice
|
||||
|
||||
ChoiceField::Choice::Choice()
|
||||
: first_id(0)
|
||||
, line_below(false), enabled(true), type(CHOICE_TYPE_CHECK)
|
||||
: line_below(false), enabled(true), type(CHOICE_TYPE_CHECK)
|
||||
, first_id(0)
|
||||
{}
|
||||
ChoiceField::Choice::Choice(const String& name)
|
||||
: name(name), first_id(0)
|
||||
: name(name)
|
||||
, line_below(false), enabled(true), type(CHOICE_TYPE_CHECK)
|
||||
, first_id(0)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user