diff options
Diffstat (limited to 'include/modules/cs_entrymsg.h')
-rw-r--r-- | include/modules/cs_entrymsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cs_entrymsg.h b/include/modules/cs_entrymsg.h index 71b9d6656..1fd072db5 100644 --- a/include/modules/cs_entrymsg.h +++ b/include/modules/cs_entrymsg.h @@ -30,6 +30,6 @@ struct EntryMessageList : Serialize::Checker<std::vector<EntryMsg *> > delete (*this)->at(i - 1); } - virtual EntryMsg* Create() = 0; + virtual EntryMsg* Create() anope_abstract; }; |