Merge pull request #9357 from WyldePointer/patch-1

Remove extra ';' from SQLOperation class.
This commit is contained in:
QAston
2013-03-06 13:14:49 -08:00

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