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_badwords.h | |
parent | cb70d976ba3b500418264a0d1b891bae6e8216a2 (diff) |
Fix more compile warnings found on newer g++ versions
Diffstat (limited to 'include/modules/bs_badwords.h')
-rw-r--r-- | include/modules/bs_badwords.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/bs_badwords.h b/include/modules/bs_badwords.h index 8791b8812..8f606818d 100644 --- a/include/modules/bs_badwords.h +++ b/include/modules/bs_badwords.h @@ -39,6 +39,8 @@ struct BadWord struct BadWords { + virtual ~BadWords() { } + /** Add a badword to the badword list * @param word The badword * @param type The type (SINGLE START END) |