summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/Argument.cpp
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Argument.cpp')
-rw-r--r--TAO/tao/Argument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp
index f888e2a5abc..55aa49e5bf1 100644
--- a/TAO/tao/Argument.cpp
+++ b/TAO/tao/Argument.cpp
@@ -64,7 +64,7 @@ TAO::RetArgument::mode (void) const
TAO::Argument*
TAO::Void_Return_Argument::clone (void)
{
- TAO::Argument* clone_arg;
+ TAO::Argument* clone_arg = 0;
ACE_NEW_RETURN (clone_arg,
Void_Return_Argument (),
0);