From 59a080cdb6bafa6ab20cb20c1bf1f007ea64de84 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 1 Feb 2009 18:33:46 -0400 Subject: Changed many uses of "unsigned long" to std::size_t. --- src/account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/account.h') 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 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; -- cgit v1.2.3