]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/caret.cpp
Use unsigned char for XBM bitmaps data.
[wxWidgets.git] / src / msw / caret.cpp
index 63ca6a8de32445c8efed030518b135d2065f2e98..a7c7d63d9021cb9ab63bd03f249143f32dab8280 100644 (file)
 // macros
 // ---------------------------------------------------------------------------
 
-#define CALL_CARET_API(api, args)   \
-        if ( !api args )                \
-            wxLogLastError(wxT(#api))
+#define CALL_CARET_API(api, args) \
+        if ( !api args ) \
+        { \
+            wxLogLastError(wxT(#api)); \
+        }
 
 // ===========================================================================
 // implementation