added missing default case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-09-23 23:06:03 +00:00
parent 214b94848a
commit 5f47669009

View File

@ -836,6 +836,8 @@ subsizer. Returns True if the item was found.", "");
return self->Show(info.sizer, show, recursive);
else if ( info.gotPos )
return self->Show(info.pos, show);
else
return false;
}
DocAStr(IsShown,