mirror of
https://github.com/anope/anope.git
synced 2026-07-06 04:53:13 +02:00
Fix load error on protocol modules. Rob, you forgot to add a body to your virtual destructor. :)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1685 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -1281,7 +1281,7 @@ private:
|
||||
}
|
||||
public:
|
||||
|
||||
virtual ~IRCDProto();
|
||||
virtual ~IRCDProto() { }
|
||||
|
||||
virtual void SendSVSNOOP(const char *, int) { }
|
||||
virtual void SendAkillDel(const char *, const char *) = 0;
|
||||
|
||||
Reference in New Issue
Block a user