summaryrefslogtreecommitdiff
path: root/src/module.cpp
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-27 03:13:27 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-27 03:13:27 +0000
commit3964ead17e29949c3ce0ce9df3fda7e6b8c15a2f (patch)
treecb63054b8f9df733768edd8fd3ea878de416cb0b /src/module.cpp
parent2e41f43ace799691e42a8a2cdd01be44fe6bc1aa (diff)
Moved moduleDeleteLanguage() to Module::DeleteLanguage().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1800 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/module.cpp')
-rw-r--r--src/module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.cpp b/src/module.cpp
index 2df2aaa58..877b966c5 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -65,7 +65,7 @@ Module::~Module()
mod_current_module = this;
for (i = 0; i < NUM_LANGS; i++)
- moduleDeleteLanguage(i);
+ this->DeleteLanguage(i);
remove(this->filename.c_str());