X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e40298d54ecd5b109222a7c60aa2ef084a304d69..e2a5251d0109a1be6b9ce5c818d89f56ebfaeae1:/src/mac/macnotfy.cpp?ds=sidebyside diff --git a/src/mac/macnotfy.cpp b/src/mac/macnotfy.cpp index b6a170c8ee..36d7fb3e61 100644 --- a/src/mac/macnotfy.cpp +++ b/src/mac/macnotfy.cpp @@ -88,7 +88,7 @@ void wxMacAddEvent( short wakeUp ) { wxMacNotificationEvents *e = (wxMacNotificationEvents *) table ; - wxASSERT_MSG( handler != NULL , "illegal notification proc ptr" ) ; + wxASSERT_MSG( handler != NULL , wxT("illegal notification proc ptr") ) ; /* this should be protected eventually */ short index = e->top++ ;