-code cleanup
-memory leaks fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-27 13:32:12 +00:00
parent 890c893c94
commit 99aa284431
11 changed files with 13 additions and 543 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ ostream& OptionInteger::toString(ostream& out) const{
void OptionSelect::initSelections(){
//Find currently active bit in the list.
for(int i=0;i<selections.size();i++)
for(size_t i=0;i<selections.size();i++)
{
if(selections[i] == options[id].str)
value = i;