summaryrefslogtreecommitdiff
path: root/examples/Misc/test_get_opt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Misc/test_get_opt.cpp')
-rw-r--r--examples/Misc/test_get_opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Misc/test_get_opt.cpp b/examples/Misc/test_get_opt.cpp
index 69cf02a4059..0b5cc0e0d97 100644
--- a/examples/Misc/test_get_opt.cpp
+++ b/examples/Misc/test_get_opt.cpp
@@ -8,7 +8,7 @@
ACE_RCSID(Misc, test_get_opt, "$Id$")
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
ACE_Get_Opt get_opt (argc, argv, ACE_TEXT("ab:cd:ef:gh:"));
int c;