]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/caret.cpp
adding constructor from CGImageRef
[wxWidgets.git] / src / msw / caret.cpp
index 8574c2acc7b3c23add1af61521085ee135f87ec8..a7c7d63d9021cb9ab63bd03f249143f32dab8280 100644 (file)
 // macros
 // ---------------------------------------------------------------------------
 
-#define CALL_CARET_API(api, args)   \
-        if ( !api args )                \
-            wxLogLastError(_T(#api))
+#define CALL_CARET_API(api, args) \
+        if ( !api args ) \
+        { \
+            wxLogLastError(wxT(#api)); \
+        }
 
 // ===========================================================================
 // implementation