]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_image.cpp
Don't compile crit. section code on Mac yet
[wxWidgets.git] / src / html / m_image.cpp
index e1661058b19908721beccf0200a278dbdc1aaf60..7458ddf79210de712fd2f441bd36717c696b9aa4 100644 (file)
@@ -34,6 +34,7 @@
 #include "wx/image.h"
 #include "wx/gifdecod.h"
 #include "wx/dynarray.h"
+#include "wx/log.h"
 
 #include <math.h>
 #include <float.h>
@@ -327,13 +328,13 @@ class wxGIFTimer : public wxTimer
 /* XPM */
 static const char * broken_image_xpm[] = {
 "29 31 7 1",
-"      c None",
-".     c #808080",
-"+     c #FFFFFF",
-"@     c #C0C0C0",
-"#     c #000000",
-"$     c #333366",
-"%     c #B2B2B2",
+"   c None",
+".  c #808080",
+"+  c #FFFFFF",
+"@  c #C0C0C0",
+"#  c #000000",
+"$  c #333366",
+"%  c #B2B2B2",
 ".....................        ",
 ".+++++++++++++++++++..       ",
 ".+++++++++++++++++++.@.      ",