replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and wxMemoryFSHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-05-10 09:40:33 +00:00
parent 21864ff2a1
commit d75a69e832
8 changed files with 68 additions and 49 deletions

View File

@@ -99,11 +99,11 @@ public:
#if wxUSE_IMAGE
static void AddFile(const wxString& filename,
const wxImage& image,
long type);
wxBitmapType type);
static void AddFile(const wxString& filename,
const wxBitmap& bitmap,
long type);
wxBitmapType type);
#endif // wxUSE_IMAGE
};