aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/Database.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-09-01 17:09:39 -0500
committermegamage <none@none>2009-09-01 17:09:39 -0500
commit176a710e72b6e9c81e6b84967faae17d9f84f3af (patch)
tree6cce15b108373c70a1a4fb549c10b4de280e8c84 /src/shared/Database/Database.h
parent28e229d8a894619629e8c5bd745fcc274b417729 (diff)
[8442] Fixed displaying return button in mails Author: arrai
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/Database.h')
-rw-r--r--src/shared/Database/Database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h
index c7390d08a1b..a11c8e9a31f 100644
--- a/src/shared/Database/Database.h
+++ b/src/shared/Database/Database.h
@@ -131,6 +131,7 @@ class TRINITY_DLL_SPEC Database
// sets the result queue of the current thread, be careful what thread you call this from
void SetResultQueue(SqlResultQueue * queue);
+ bool CheckRequiredField(char const* table_name, char const* required_name);
private:
bool m_logSQL;
std::string m_logsDir;