diff options
author | Adam <Adam@anope.org> | 2013-07-20 19:46:13 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-07-20 19:46:13 -0400 |
commit | 9629ccb3745ed069ae906b7314638a5a0d9e2fa5 (patch) | |
tree | 7b97db96586f6fb0825fc7aed702753d4d8daed8 /include/modules/bs_kick.h | |
parent | cb70d976ba3b500418264a0d1b891bae6e8216a2 (diff) |
Fix more compile warnings found on newer g++ versions
Diffstat (limited to 'include/modules/bs_kick.h')
-rw-r--r-- | include/modules/bs_kick.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules/bs_kick.h b/include/modules/bs_kick.h index e1c43cc8c..36bb3a67e 100644 --- a/include/modules/bs_kick.h +++ b/include/modules/bs_kick.h @@ -41,5 +41,6 @@ struct KickerData KickerData() { } public: + virtual ~KickerData() { } virtual void Check(ChannelInfo *ci) = 0; }; |