(svn r23469) -Fix (r23468): gcc warning about initialization order

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
yexo 13 years ago
parent e2a9dd1b0a
commit 1db365d0e2

@ -374,9 +374,9 @@ public:
*/
NetworkContentListWindow(const WindowDesc *desc, bool select_all) :
QueryStringBaseWindow(EDITBOX_MAX_SIZE),
auto_select(select_all),
selected(NULL),
list_pos(0),
auto_select(select_all)
list_pos(0)
{
this->CreateNestedTree(desc);
this->vscroll = this->GetScrollbar(NCLWW_SCROLLBAR);

Loading…
Cancel
Save