From 6b6ca6d4c70df0e4a3009ee093cf2f83ecee2675 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 1 Nov 2009 21:14:05 -0500 Subject: Improved the way account temporaries are managed --- src/temps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/temps.h') diff --git a/src/temps.h b/src/temps.h index 646f4dcd..34494ba8 100644 --- a/src/temps.h +++ b/src/temps.h @@ -68,7 +68,7 @@ public: post_t& last_post() { return post_temps->back(); } - account_t& create_account(const string& name, + account_t& create_account(const string& name = "", account_t * parent = NULL); account_t& last_account() { return acct_temps->back(); -- cgit v1.2.3