]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
Add missing WXK constants for the control keys
[wxWidgets.git] / include / wx / msw / private.h
index 959898fe4ccf5cfd590b06954d18397c4a231581..6c10cfa60dd7ae5e7afbee8503b222b67e57e087 100644 (file)
@@ -796,7 +796,7 @@ public:
     {
         if ( IsRegistered() )
         {
-            if ( !::UnregisterClass(m_clsname.wx_str(), wxGetInstance()) )
+            if ( !::UnregisterClass(m_clsname.t_str(), wxGetInstance()) )
             {
                 wxLogLastError(wxT("UnregisterClass"));
             }