diff options
Diffstat (limited to 'include/m_utils.h')
-rw-r--r-- | include/m_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_utils.h b/include/m_utils.h index 75f5d72f45..ae3873c096 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -462,7 +462,7 @@ EXTERN_C MIR_APP_DLL(wchar_t*) Utils_ReplaceVarsW(const wchar_t *szData, MCONTAC /////////////////////////////////////////////////////////////////////////////////////////
// delays execution of the required action
-struct MAsyncObject : public MNonCopyable
+struct MIR_APP_EXPORT MAsyncObject : public MNonCopyable
{
virtual ~MAsyncObject() {}
|