From 7fcb5797a6b98757d766997a1f4e48bf1eee8042 Mon Sep 17 00:00:00 2001 From: om Date: Fri, 21 Jul 2006 00:48:42 +0000 Subject: Slight tidyup: type name = type(args); --> type name(args); git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4470 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_testclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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()) { -- cgit v1.2.3