mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00
Added constructor to initialize all members.
This commit is contained in:
parent
6683a17439
commit
fac95b3ea5
@ -50,6 +50,11 @@ class user_handler {
|
||||
// implementations
|
||||
|
||||
public:
|
||||
user_handler()
|
||||
: mailer_(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~user_handler() {}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user