Fixed sloppy code leading to crashes - card select dialog works on Linux.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@510 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2007-07-06 17:57:06 +00:00
parent dd6c40febf
commit d8fb338b86
4 changed files with 95 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ class MultipleChoiceValueEditor : public MultipleChoiceValueViewer, public Value
DropDownListP drop_down;
vector<int> active; ///< Which choices are active? (note: vector<bool> is evil)
friend class DropDownMultipleChoiceList;
friend class MultipleChoiceThumbnailRequest;
/// Initialize the drop down list
DropDownList& initDropDown();
/// Toggle a choice or on or off