]> git.saurik.com Git - wxWidgets.git/commitdiff
Added WXDLLEXPORT for wxInitAllImageHandlers
authorRobin Dunn <robin@alldunn.com>
Sat, 9 Oct 1999 21:16:45 +0000 (21:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 9 Oct 1999 21:16:45 +0000 (21:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/image.h

index e4d78863ab2df78fab0a09fcd878aeab2d280acf..cc07d24d2401c5c94b7cdbe96bad92ca9ad680c0 100644 (file)
@@ -356,14 +356,14 @@ public:
 
   static void CleanUpHandlers();
   static void InitStandardHandlers();
+
 protected:
 
   static wxList sm_handlers;
 
 };
 
-extern void wxInitAllImageHandlers();
+extern void WXDLLEXPORT wxInitAllImageHandlers();
 
 #endif
   // _WX_IMAGE_H_