X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83413d6d2d4146c7c3ff46be54235d821d212328..ddc8c2e3abd656601dfba93ea1eab42aeeaededf:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 9c503f0a55..e4d78863ab 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -356,13 +356,15 @@ public: static void CleanUpHandlers(); static void InitStandardHandlers(); - + protected: static wxList sm_handlers; }; +extern void wxInitAllImageHandlers(); + #endif // _WX_IMAGE_H_