]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Remove a(nother) guaranteed build failure until what is it testing
[wxWidgets.git] / include / wx / event.h
index b08acfa2a73ef38d705da6f8e2365e5dee6a33fc..4c453157d535f98bd688c37d2927c06f4f95aa7e 100644 (file)
@@ -962,6 +962,9 @@ public:
         m_scanCode = evt.m_scanCode;
         m_rawCode = evt.m_rawCode;
         m_rawFlags = evt.m_rawFlags;
+#if wxUSE_UNICODE
+        m_uniChar = evt.m_uniChar;
+#endif
 
         return *this;
     }