diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h index 0dba02e2..fa077bbc 100644 --- a/src/account.h +++ b/src/account.h @@ -64,7 +64,7 @@ typedef std::map<const string, account_t *> accounts_map; class account_t : public scope_t { public: - typedef unsigned long ident_t; + typedef std::size_t ident_t; account_t * parent; string name; |