]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/debughlp.cpp
carbon cfm fixes
[wxWidgets.git] / src / msw / debughlp.cpp
index 98b35f06e0f32da9ed6e9a08379ea8d871600f1a..55a1006cf7db7ae8748b3f1dc974a818596a7fa0 100644 (file)
@@ -672,7 +672,7 @@ extern "C" void DumpTI(ULONG ti)
     }
 
     OutputDebugString(wxString::Format(_T("tag=%s%s"),
-                      nested ? _T("nested ") : _T(""),
+                      nested ? _T("nested ") : wxEmptyString,
                       TagString(tag).c_str()));
     if ( tag == wxDbgHelpDLL::SYMBOL_TAG_UDT )
     {