mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Update SQLOperation.h
Extra ';'.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user