mirror of
https://github.com/anope/anope.git
synced 2026-07-02 18:53:12 +02:00
Call the new base constructor too.. let's hope this all works?
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1578 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -56,7 +56,7 @@ void my_add_languages(void);
|
||||
class CSAppendTopic : public Module
|
||||
{
|
||||
public:
|
||||
CSAppendTopic(const std::string &modname, const std::string &creator) : Module(creator)
|
||||
CSAppendTopic(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
Command *c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user