1
0
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:
rburchell
2008-11-15 00:13:26 +00:00
parent a0f0cb0767
commit 83a7ad7480
+1 -1
View File
@@ -1281,7 +1281,7 @@ private:
}
public:
virtual ~IRCDProto();
virtual ~IRCDProto() { }
virtual void SendSVSNOOP(const char *, int) { }
virtual void SendAkillDel(const char *, const char *) = 0;