summaryrefslogtreecommitdiff
path: root/ace/ARGV.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 02:30:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 02:30:29 +0000
commit9c56de7f3df70776729cca34b0b5994ed7c2cbd3 (patch)
treec66b25ce1bb508cccbdc1de68142afe10a726015 /ace/ARGV.cpp
parent28b51bb51c095d53601b98301ed6be1688dc131a (diff)
downloadATCD-9c56de7f3df70776729cca34b0b5994ed7c2cbd3.tar.gz
(ACE_ARGV): removed extraneous ; function definition
Diffstat (limited to 'ace/ARGV.cpp')
-rw-r--r--ace/ARGV.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ARGV.cpp b/ace/ARGV.cpp
index 26c944a0420..b4706ce0c73 100644
--- a/ace/ARGV.cpp
+++ b/ace/ARGV.cpp
@@ -232,7 +232,7 @@ ACE_ARGV::ACE_ARGV (int substitute_env_args)
ACE_TRACE ("ACE_ARGV::ACE_ARGV Iterative");
// Nothing to do yet -- the user puts in arguments via add ()
-};
+}
int
ACE_ARGV::add (const char *next_arg)