diff options
Diffstat (limited to 'options/globals.hpp')
-rw-r--r-- | options/globals.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/globals.hpp b/options/globals.hpp index ae7f8e4d..9eb5777f 100644 --- a/options/globals.hpp +++ b/options/globals.hpp @@ -19,7 +19,7 @@ struct OTR_OPTIONS_EXPORT ini_ctx QString pathname; QMutex mtx { QMutex::Recursive }; - int refcount = 0; + unsigned refcount = 0; bool modifiedp = false; ini_ctx(); |