summaryrefslogtreecommitdiff
path: root/tests/Future_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 16:22:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 16:22:31 +0000
commit835a01d0eb26d44d2b8ca354c9b2496e3190d068 (patch)
tree3a1724baa26fe30128604ae6f0493b90fe283de1 /tests/Future_Test.cpp
parentc4221c223126148fd8d4baf33a20c1ee8c158bbf (diff)
downloadATCD-835a01d0eb26d44d2b8ca354c9b2496e3190d068.tar.gz
(Method_Object_Name): removed extraneous ";" after function definition.
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r--tests/Future_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp
index 92e6a7cca9c..42794d8d99d 100644
--- a/tests/Future_Test.cpp
+++ b/tests/Future_Test.cpp
@@ -134,7 +134,7 @@ Method_Object_name::Method_Object_name (Scheduler *new_scheduler,
{
ACE_DEBUG ((LM_DEBUG,
"(%t) Method_Object_name created\n"));
-};
+}
Method_Object_name::~Method_Object_name (void)
{