diff options
author | QAston <none@none> | 2009-06-27 17:59:57 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-27 17:59:57 +0200 |
commit | 1592fe9aa3ee51a27438c6b8fb52d4a0a3c681e5 (patch) | |
tree | a03d3431824630c130c9446717b79ada33fa5454 /src/shared/Database/Database.h | |
parent | ab7e83a72c7da17541e7d87b087ce8693d8b301d (diff) |
Backed out changeset 97d8a5f6449c
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/Database.h')
-rw-r--r-- | src/shared/Database/Database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index 4a0d655f55c..7f2bdaefdb7 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -49,7 +49,7 @@ class TRINITY_DLL_SPEC Database virtual ~Database(); virtual bool Initialize(const char *infoString); - virtual void InitDelayThread(const char *infoString) = 0; + virtual void InitDelayThread() = 0; virtual void HaltDelayThread() = 0; virtual QueryResult* Query(const char *sql) = 0; |