diff options
author | maximius <none@none> | 2009-09-30 04:11:14 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-30 04:11:14 -0700 |
commit | 57370773711ee8270765e73bebe34ff1ca92e43f (patch) | |
tree | af07222236f8dcf334983bdbd7af4f440966e673 /src/shared/Database/Database.h | |
parent | 1539ca3605ee29cd59c4af64bf3348ef2b4e54bb (diff) |
*Fix linux build
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/Database.h')
-rw-r--r-- | src/shared/Database/Database.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index bbdc137700d..e7cc028548e 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -102,8 +102,8 @@ class TRINITY_DLL_SPEC Database virtual bool DirectExecute(const char* sql) = 0; bool DirectPExecute(const char *format,...) ATTR_PRINTF(2,3); - bool Database::_UpdateDataBlobValue(const uint32 guid, const uint32 field, const uint32 value); - bool Database::_SetDataBlobValue(const uint32 guid, const uint32 field, const uint32 value); + bool _UpdateDataBlobValue(const uint32 guid, const uint32 field, const uint32 value); + bool _SetDataBlobValue(const uint32 guid, const uint32 field, const uint32 value); // Writes SQL commands to a LOG file (see Trinityd.conf "LogSQL") bool PExecuteLog(const char *format,...) ATTR_PRINTF(2,3); |