From ee68245b1ff2af84f749c14841462328db9ed432 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 21 Oct 2008 19:35:01 +0000 Subject: Fixed some compile warnings. --- src/account-server/account.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/account-server/account.cpp') diff --git a/src/account-server/account.cpp b/src/account-server/account.cpp index 289ad8b5..e2c67cad 100644 --- a/src/account-server/account.cpp +++ b/src/account-server/account.cpp @@ -69,9 +69,9 @@ void Account::setID(int id) void Account::setRegistrationDate(time_t time) { mRegistrationDate = time; -}; +} void Account::setLastLogin(time_t time) { mLastLogin = time; -}; +} -- cgit v1.2.3-60-g2f50