summaryrefslogtreecommitdiff
path: root/modules/extra/mysql/db_mysql_execute.cpp
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2010-07-25 21:58:20 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2010-07-25 21:58:20 -0400
commitae38212c1ce829c783edf971081c90137abb49a0 (patch)
tree5c652d9cdc38103dec6fa112d57fca882b4e3e44 /modules/extra/mysql/db_mysql_execute.cpp
parent15d7f0f6fe8bb903275f603f734c13f65f3aa906 (diff)
Epic commit to replace most of the strings in Anope with a single Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
Diffstat (limited to 'modules/extra/mysql/db_mysql_execute.cpp')
-rw-r--r--modules/extra/mysql/db_mysql_execute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/mysql/db_mysql_execute.cpp b/modules/extra/mysql/db_mysql_execute.cpp
index 2cc6ab6df..079e88147 100644
--- a/modules/extra/mysql/db_mysql_execute.cpp
+++ b/modules/extra/mysql/db_mysql_execute.cpp
@@ -145,7 +145,7 @@ class DBMySQLExecute : public DBMySQL
{
SQLTimer *_SQLTimer;
public:
- DBMySQLExecute(const std::string &modname, const std::string &creator) : DBMySQL(modname, creator)
+ DBMySQLExecute(const Anope::string &modname, const Anope::string &creator) : DBMySQL(modname, creator)
{
_SQLTimer = new SQLTimer();
}