No real changes, just fix a syntax error in unused file.
Closes #11289. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -284,7 +284,7 @@ bool wxTreeCtrl::ExpandItem(long item, int action)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
wxFAIL_MSG(wxT("unknown action in wxTreeCtrl::ExpandItem");
|
wxFAIL_MSG(wxT("unknown action in wxTreeCtrl::ExpandItem"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: expand item
|
// TODO: expand item
|
||||||
|
Reference in New Issue
Block a user