Update SQLOperation.h

Extra ';'.
This commit is contained in:
WyldePointer
2013-03-06 13:48:49 +05:00
parent a79143fc88
commit 8c4dd52d45

View File

@@ -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();