X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74b31181b345aaaef0c967cc5707bef72ce0a405..1be7f92adb9b0140ccbbc7a5b4d2731da0318837:/include/wx/wizard.h diff --git a/include/wx/wizard.h b/include/wx/wizard.h index 10f124d7dc..d51020e07d 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -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);