summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/018/Test_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/018/Test_T.cpp b/docs/tutorials/018/Test_T.cpp
index 178c912082a..73d5549d3ca 100644
--- a/docs/tutorials/018/Test_T.cpp
+++ b/docs/tutorials/018/Test_T.cpp
@@ -104,7 +104,7 @@ Test_T<MUTEX>::send (ACE_Message_Block *message)
template <class MUTEX> int
Test_T<MUTEX>::open (void *arg)
{
- ACE_UNUSED_ARG(_arg);
+ ACE_UNUSED_ARG(arg);
return this->activate (THR_NEW_LWP,
TEST_THREAD_COUNT);
}