diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-22 04:29:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-22 04:29:14 +0000 |
commit | 054440727e3e8c81940759440e5e61cc69dfb7ac (patch) | |
tree | a8fc516ce99919c5a00a003c11117427a3fb43c3 /examples | |
parent | a015ad3245a2e4da3ec0a24be46efcf8321a0b6f (diff) | |
download | ATCD-054440727e3e8c81940759440e5e61cc69dfb7ac.tar.gz |
.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Misc/test_trace.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Misc/test_trace.cpp b/examples/Misc/test_trace.cpp index 13c5fa0c771..1819d60d312 100644 --- a/examples/Misc/test_trace.cpp +++ b/examples/Misc/test_trace.cpp @@ -42,7 +42,8 @@ public: if (depth > 0) return recursive (depth - 1); - + else + return 0; // Destructor of <ACE_Trace> automatically called. } |