change wxImage::InitAllHandlers to wxInitAllImageHandlers and put it in a separate file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -356,14 +356,15 @@ public:
|
||||
|
||||
static void CleanUpHandlers();
|
||||
static void InitStandardHandlers();
|
||||
static void InitAllHandlers();
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
static wxList sm_handlers;
|
||||
|
||||
};
|
||||
|
||||
extern void wxInitAllImageHandlers();
|
||||
|
||||
#endif
|
||||
// _WX_IMAGE_H_
|
||||
|
||||
|
Reference in New Issue
Block a user