diff options
Diffstat (limited to 'src/common/defs.h')
-rw-r--r-- | src/common/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/defs.h b/src/common/defs.h index 50d2337..5fee3ca 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -54,6 +54,7 @@ remove _actions and rely on def in the future. struct Config { boolean _multi; + unsigned long _priority; vtw_def _def; //keep this here char* _help; char* _default; |