]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mimetype.h
Fix generation of key events for non-alphabetic keys under Windows.
[wxWidgets.git] / include / wx / mimetype.h
index e47eda9a3c4f2eb03d23be74c3a8a47cdf0d2e5f..3f8c039bf586958f1dafed06e4e18dcff249cb9f 100644 (file)
@@ -137,7 +137,7 @@ public:
     // NB: This is a helper to get implicit conversion of variadic ctor's
     //     fixed arguments into something that can be passed to VarArgInit().
     //     Do not use, it's used by the ctor only.
-    struct WXDLLIMPEXP_BASE CtorString
+    struct CtorString
     {
         CtorString(const char *str) : m_str(str) {}
         CtorString(const wchar_t *str) : m_str(str) {}