diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-07 23:00:41 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-07 23:00:41 +0100 |
commit | a196ab60c3c38ed4f986b2a563880e43f1014f99 (patch) | |
tree | 292d13388e7eb741e21e044c08ba108f5badee33 /src/server/shared/Database/SQLOperation.h | |
parent | 36495966c002f76a6b17c2b468b6f32958d84f4a (diff) | |
parent | 3a9c26225ef9737cac3095ab8aa24e271b9800f0 (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'src/server/shared/Database/SQLOperation.h')
-rw-r--r-- | src/server/shared/Database/SQLOperation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Database/SQLOperation.h b/src/server/shared/Database/SQLOperation.h index 0c000848477..400355e7c76 100644 --- a/src/server/shared/Database/SQLOperation.h +++ b/src/server/shared/Database/SQLOperation.h @@ -59,7 +59,7 @@ class MySQLConnection; class SQLOperation : public ACE_Method_Request { public: - SQLOperation(): m_conn(NULL) {}; + SQLOperation(): m_conn(NULL) {} virtual int call() { Execute(); |