diff options
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/extra/m_testclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_testclient.cpp b/src/modules/extra/m_testclient.cpp index b1d8a3384..3cd4742c9 100644 --- a/src/modules/extra/m_testclient.cpp +++ b/src/modules/extra/m_testclient.cpp @@ -35,7 +35,7 @@ public: if(target) { - SQLrequest foo = SQLrequest(this, target, "SELECT foo, bar FROM rawr", "foo"); + SQLrequest foo(this, target, "SELECT foo, bar FROM rawr", "foo"); if(foo.Send()) { |