Use correct name in MustHavApp macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-06-07 18:45:06 +00:00
parent 769c0c934f
commit a90ee73cdc

View File

@@ -449,7 +449,7 @@ public:
};
MustHaveApp(wxThread);
MustHaveApp(wxThread_IsMain);
%inline %{
bool wxThread_IsMain() {
#ifdef WXP_WITH_THREAD