mirror of
https://github.com/anope/anope.git
synced 2026-07-10 15:43:13 +02:00
Use C++11 style class/struct initialisation.
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ Serializable* Memo::Unserialize(Serializable *obj, Serialize::Data &data)
|
||||
return m;
|
||||
}
|
||||
|
||||
MemoInfo::MemoInfo() : memomax(0), memos("Memo")
|
||||
MemoInfo::MemoInfo() : memos("Memo")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user