Typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ca59e724aa
commit
74aa825413
@ -323,8 +323,8 @@ wxBitmap wxImageList::GetBitmap(int index) const
|
|||||||
bitmap = wxBitmap(image);
|
bitmap = wxBitmap(image);
|
||||||
#else
|
#else
|
||||||
wxBitmap bitmap;
|
wxBitmap bitmap;
|
||||||
return bitmap;
|
|
||||||
#endif
|
#endif
|
||||||
|
return bitmap;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get the icon
|
// Get the icon
|
||||||
|
Loading…
Reference in New Issue
Block a user