Initialize all members.

Issue found by cppcheck.
This commit is contained in:
Mark de Wever 2010-12-11 14:52:05 +00:00
parent 47c3f70dd4
commit eaf1b0f709

View File

@ -33,6 +33,14 @@
namespace gui {
menu::basic_sorter::basic_sorter()
: alpha_sort_()
, numeric_sort_()
, id_sort_()
, xp_sort_()
, level_sort_()
, redirect_sort_()
, pos_sort_()
, xp_col_(-1)
{
set_id_sort(-1);
}