summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-31 05:59:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-31 05:59:11 +0000
commit6d9dd9f16793d3f0d0c5b6fed370cddd16bb7fcf (patch)
treeb28ed122bb571a46ef88e4ba82b350a04e47098d
parentfe778127457534cfba9c29b1f71621f68fced1d3 (diff)
downloadATCD-6d9dd9f16793d3f0d0c5b6fed370cddd16bb7fcf.tar.gz
-rw-r--r--TAO/tests/Bug_3683_Regression/Simple_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3683_Regression/Simple_util.cpp b/TAO/tests/Bug_3683_Regression/Simple_util.cpp
index c38c93377d4..e3d735b0682 100644
--- a/TAO/tests/Bug_3683_Regression/Simple_util.cpp
+++ b/TAO/tests/Bug_3683_Regression/Simple_util.cpp
@@ -284,7 +284,7 @@ Client<ServerInterface>::~Client (void)
}
template <class ServerInterface> int
-Client<ServerInterface>::init (const char *name,
+Client<ServerInterface>::init (const char *,
int argc,
ACE_TCHAR **argv)
{