]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/ftp.h
remove test code for wxScopeGuard (there's already a better ScopeGuardTestCase)
[wxWidgets.git] / include / wx / protocol / ftp.h
index f9489fefc7eb59aa0f65b01e60854560bc9a166b..bfe39ce0176f108173a8b9f8bcec48582f5283bb 100644 (file)
@@ -169,7 +169,7 @@ protected:
 
 // the trace mask used by assorted wxLogTrace() in ftp code, do
 // wxLog::AddTraceMask(FTP_TRACE_MASK) to see them in output
-#define FTP_TRACE_MASK _T("ftp")
+#define FTP_TRACE_MASK wxT("ftp")
 
 #endif // wxUSE_PROTOCOL_FTP