X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..8371a35340baf588549273328cb2a1579a4dfe81:/include/wx/vlbox.h

diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h
index 9556033827..96ab2bde6f 100644
--- a/include/wx/vlbox.h
+++ b/include/wx/vlbox.h
@@ -85,7 +85,7 @@ public:
     int GetSelection() const
     {
         wxASSERT_MSG( !HasMultipleSelection(),
-                        _T("GetSelection() can't be used with wxLB_MULTIPLE") );
+                        wxT("GetSelection() can't be used with wxLB_MULTIPLE") );
 
         return m_current;
     }