summaryrefslogtreecommitdiff
path: root/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'account.h')
-rw-r--r--account.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/account.h b/account.h
index 92bd8736..7d35593c 100644
--- a/account.h
+++ b/account.h
@@ -52,9 +52,9 @@ class account_t : public scope_t
unsigned short depth;
accounts_map accounts;
- mutable void * data;
- mutable ident_t ident;
- mutable string _fullname;
+ mutable void * data;
+ mutable ident_t ident;
+ mutable string _fullname;
account_t(account_t * _parent = NULL,
const string& _name = "",