]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
and the compilation fix for the warning fixes
[wxWidgets.git] / include / wx / wizard.h
index c67c89de87a785a06a59e3593764fa1a6a848108..d51020e07d606594f65a7015195d6b8df1ce365a 100644 (file)
@@ -81,7 +81,7 @@ public:
     static void Chain(wxWizardPageSimple *first, wxWizardPageSimple *second)
     {
         wxCHECK_RET( first && second,
-                     T("NULL passed to wxWizardPageSimple::Chain") );
+                     wxT("NULL passed to wxWizardPageSimple::Chain") );
 
         first->SetNext(second);
         second->SetPrev(first);