]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ipcbase.cpp
Remove references to joytest.rc that was recently removed.
[wxWidgets.git] / src / common / ipcbase.cpp
index 64c6c1f76005b2f30df1ba6fc0348695ec7d1df8..2f6a30ab753fd761f230292aa8398e6a7df4d45e 100644 (file)
@@ -55,7 +55,7 @@ wxConnectionBase::wxConnectionBase(const wxConnectionBase& copy)
 
 {
   // copy constructor would require ref-counted pointer to buffer
-  wxFAIL_MSG( _T("Copy constructor of wxConnectionBase not implemented") );
+  wxFAIL_MSG( wxT("Copy constructor of wxConnectionBase not implemented") );
 }