applied fix to fix BCC's wxBitmap ctor problem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-04-11 18:04:34 +00:00
parent 809f39fe42
commit 2aeec9eccc
3 changed files with 3 additions and 3 deletions

View File

@@ -302,7 +302,7 @@ wxBitmap::wxBitmap(void *data, long type, int width, int height, int depth)
(void)Create(data, type, width, height, depth);
}
wxBitmap::wxBitmap(const wxString& filename, long type)
wxBitmap::wxBitmap(const wxString& filename, wxBitmapType type)
{
Init();