]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Added missing costructor
[wxWidgets.git] / include / wx / image.h
index 9c503f0a5584c02740ec44996a8e39c83d27e6f8..e4d78863ab2df78fab0a09fcd878aeab2d280acf 100644 (file)
@@ -356,13 +356,15 @@ public:
 
   static void CleanUpHandlers();
   static void InitStandardHandlers();
-
 protected:
 
   static wxList sm_handlers;
 
 };
 
+extern void wxInitAllImageHandlers();
+
 #endif
   // _WX_IMAGE_H_