/////////////////////////////////////////////////////////////////////////////
-// Name: src/mac/carbon/icon.cpp
+// Name: src/osx/carbon/icon.cpp
// Purpose: wxIcon class
// Author: Stefan Csomor
// Modified by:
#include "wx/image.h"
#endif
-#include "wx/mac/private.h"
+#include "wx/osx/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxGDIObject)
wxIconRefData::wxIconRefData( WXHICON icon, int desiredWidth, int desiredHeight )
{
- m_iconRef = MAC_WXHICON( icon ) ;
+ m_iconRef = (IconRef)( icon ) ;
// Standard sizes
SetWidth( desiredWidth == -1 ? 32 : desiredWidth ) ;