diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 592174e550..aee62feab3 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -447,12 +447,12 @@ namespace Clist extern MIR_APP_EXPORT CMOption<bool>
HideOffline,
UseGroups,
+ FilterSearch,
HideEmptyGroups,
ConfirmDelete;
extern MIR_APP_EXPORT CMOption<DWORD>
OfflineModes;
-
};
#endif // M_CLISTINT_H__
|