Changeset 56226
- Timestamp:
- 10/10/08 23:00:17 (6 weeks ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/src/osx/carbon/window.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/src/osx/carbon/window.cpp
r56225 r56226 850 850 void wxMacControl::Embed( wxWidgetImpl *parent ) 851 851 { 852 HIViewAddSubview( parent->GetWXWidget(), m_controlRef);852 HIViewAddSubview((ControlRef)parent->GetWXWidget(), m_controlRef); 853 853 } 854 854
