Author: loonycyborg
Date: Sun Apr 5 01:50:51 2009
New Revision: 34513
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34513&view=rev
Log:
Fixed compile error when forum_user_handler is enabled.
Modified:
trunk/src/server/server.cpp
Modified: trunk/src/server/server.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/server.cpp?rev=34513&r1=34512&r2=34513&view=diff
==============================================================================
--- trunk/src/server/server.cpp (original)
+++ trunk/src/server/server.cpp Sun Apr 5 01:50:51 2009
@@ -603,7 +603,7 @@
}
#ifdef HAVE_MYSQLPP
else if(uh_name_ == "forum" || uh_name_.empty()) {
- user_handler_.reset(new fuh(*user_handler));
+ user_handler_.reset(new fuh(user_handler));
}
#endif
// Initiate the mailer class with the [mail] tag
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits