diff options
Diffstat (limited to 'src/core/stdclist/src/stdafx.h')
-rw-r--r-- | src/core/stdclist/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/stdclist/src/stdafx.h b/src/core/stdclist/src/stdafx.h index 8fa152e0de..55168cad80 100644 --- a/src/core/stdclist/src/stdafx.h +++ b/src/core/stdclist/src/stdafx.h @@ -59,6 +59,8 @@ struct CMPlugin : public PLUGIN<CMPlugin> {
CMPlugin();
+ CMOption<bool> bSortByStatus, bSortByProto;
+
int Load() override;
};
|