diff options
author | click <none@none> | 2010-09-12 01:40:27 +0200 |
---|---|---|
committer | click <none@none> | 2010-09-12 01:40:27 +0200 |
commit | bf664b7a449112fc6d00798b4f2995a0027996a1 (patch) | |
tree | 44afbd94baa0e2c277859d70c23f465b4484f7b7 /src/server/shared/Database/PreparedStatement.h | |
parent | 6fa05cfa3e9b417c7cda4f8926a6842c07ea32fd (diff) |
Cleanup/Core: Remove whitespace and tabs
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Database/PreparedStatement.h')
-rw-r--r-- | src/server/shared/Database/PreparedStatement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Database/PreparedStatement.h b/src/server/shared/Database/PreparedStatement.h index 534c6043a47..ad95789102b 100644 --- a/src/server/shared/Database/PreparedStatement.h +++ b/src/server/shared/Database/PreparedStatement.h @@ -117,7 +117,7 @@ class MySQLPreparedStatement void setInt64(const uint8 index, const int64 value); void setDouble(const uint8 index, const double value); void setString(const uint8 index, const char* value); - + protected: MYSQL_STMT* GetSTMT() { return m_Mstmt; } MYSQL_BIND* GetBind() { return m_bind; } |