Fix compilation errors due to recent typedef changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,7 +110,9 @@ public:
|
||||
// wxGDIImage methods
|
||||
#ifdef __WXMSW__
|
||||
long GetHandle();
|
||||
void SetHandle(long handle);
|
||||
%extend {
|
||||
void SetHandle(long handle) { self->SetHandle((WXHANDLE)handle); }
|
||||
}
|
||||
#endif
|
||||
|
||||
bool Ok();
|
||||
|
Reference in New Issue
Block a user