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