]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Added missing costructor
[wxWidgets.git] / include / wx / image.h
index 4f2ae49885db9d6465d73b6c1d7192d1a7601ffa..e4d78863ab2df78fab0a09fcd878aeab2d280acf 100644 (file)
@@ -174,7 +174,8 @@ private:
 // wxGIFHandler
 //-----------------------------------------------------------------------------
 
-#if wxUSE_LIBGIF
+#if wxUSE_GIF
+
 class WXDLLEXPORT wxGIFHandler : public wxImageHandler
 {
   DECLARE_DYNAMIC_CLASS(wxGIFHandler)
@@ -355,13 +356,15 @@ public:
 
   static void CleanUpHandlers();
   static void InitStandardHandlers();
-
 protected:
 
   static wxList sm_handlers;
 
 };
 
+extern void wxInitAllImageHandlers();
+
 #endif
   // _WX_IMAGE_H_