]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataobj.h
More ribbon compilation fixes for OS X.
[wxWidgets.git] / include / wx / msw / ole / dataobj.h
index dc7a89c2f20e38e063f6209b2ac9fd8cf42abb49..5115c22425aec2a15d584f07557bf1b5ec020828 100644 (file)
@@ -59,7 +59,7 @@ public:
 
     #define wxGetFormatName(format) wxDataObject::GetFormatName(format)
 #else // !Debug
-    #define wxGetFormatName(format) _T("")
+    #define wxGetFormatName(format) wxT("")
 #endif // Debug/!Debug
     // they need to be accessed from wxIDataObject, so made them public,
     // or wxIDataObject friend