diff options
Diffstat (limited to 'include/m_clistint.h')
-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__
|