Use the correct type to fix Tiger compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2010-02-01 00:48:23 +00:00
parent c05fe84146
commit 98182acce8

View File

@@ -694,7 +694,7 @@ bool wxNonOwnedWindowCocoaImpl::ShowFullScreen(bool show, long WXUNUSED(style))
void wxNonOwnedWindowCocoaImpl::RequestUserAttention(int flagsWX)
{
int flagsOSX;
NSRequestUserAttentionType flagsOSX;
switch ( flagsWX )
{
case wxUSER_ATTENTION_INFO: