Skip to content

Commit

Permalink
Merge pull request jodonoghue#26 from ntakimura/hotfix/size_delete
Browse files Browse the repository at this point in the history
Modify function name from 'wxSize_Destroy' to 'wxSize_Delete'
  • Loading branch information
HJvT committed Jan 10, 2016
2 parents cb35332 + 0a845c9 commit db2a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxc/src/include/wxc_glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -4834,7 +4834,7 @@ TBool wxSingleInstanceChecker_IsAnotherRunning( TSelf(wxSingleInstanceCheck
/* wxSize */
TClassDef(wxSize)
TClass(wxSize) wxSize_Create( TSize(w,h) );
void wxSize_Destroy( TSelf(wxSize) _obj );
void wxSize_Delete( TSelf(wxSize) _obj );
int wxSize_GetHeight( TSelf(wxSize) _obj );
int wxSize_GetWidth( TSelf(wxSize) _obj );
void wxSize_SetHeight( TSelf(wxSize) _obj, int h );
Expand Down

0 comments on commit db2a571

Please sign in to comment.