diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-05 14:25:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-05 14:25:28 +0300 |
commit | 66fb78f152218f868613215d14f7b9a2822a234c (patch) | |
tree | 16866e3d18846ed46e84d4f25ef576ca5889b01a /include | |
parent | c28421bd29ffc9ae33839c8271d145ab9aef2b00 (diff) |
Clist::OfflineModes made public
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clistint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index a22cde34c4..1f11f2f292 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -449,6 +449,10 @@ namespace Clist UseGroups,
HideEmptyGroups,
ConfirmDelete;
+
+ extern MIR_APP_EXPORT CMOption<DWORD>
+ OfflineModes;
+
};
#endif // M_CLISTINT_H__
|