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:
Vadim Zeitlin
2009-10-08 22:38:29 +00:00
parent 869b1b26ff
commit 40769afe5f

View File

@@ -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