]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/wrapdfb.cpp
Fixed compilation of datectlg.cpp.
[wxWidgets.git] / src / dfb / wrapdfb.cpp
index c474b48e2b44c8482e0e7be30d40f4575888aaf8..eb7f3e8c1c6fb27bd4b88b581437b09fe9b9d708 100644 (file)
@@ -36,7 +36,7 @@ bool wxDfbCheckReturn(DFBResult code)
         // these are programming errors, assert:
         #define DFB_ASSERT(code)                                        \
             case code:                                                  \
-                wxFAIL_MSG( "DirectFB error: " _T(#code) );         \
+                wxFAIL_MSG( "DirectFB error: " wxT(#code) );         \
                 return false                                            \
 
         DFB_ASSERT(DFB_DEAD);