Fixed a bug in CheckArgs::clear().

This commit is contained in:
David Capello 2010-03-26 08:42:53 -03:00
parent 706cc17748
commit 74efad3a0a

View File

@ -127,6 +127,7 @@ void CheckArgs::clear()
Option* option = *it;
delete option;
}
m_options.clear();
}
// Shows the available options for the program