diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-02 22:22:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-02 22:22:49 +0300 |
commit | 1207cb73fb6443f02d7269eb65420abfbfaf3c57 (patch) | |
tree | d61db26fd6cc9d2cdb9cca709efb7024253ec56c /include | |
parent | 93545c9575e94cb9015827525a8737437f80166a (diff) |
code cleaning
Diffstat (limited to 'include')
-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() {}
|