summaryrefslogtreecommitdiff
path: root/ACE/tests/Refcounted_Auto_Ptr_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Refcounted_Auto_Ptr_Test.h')
-rw-r--r--ACE/tests/Refcounted_Auto_Ptr_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Refcounted_Auto_Ptr_Test.h b/ACE/tests/Refcounted_Auto_Ptr_Test.h
index c16d4dcba13..62ba56def98 100644
--- a/ACE/tests/Refcounted_Auto_Ptr_Test.h
+++ b/ACE/tests/Refcounted_Auto_Ptr_Test.h
@@ -20,7 +20,7 @@
struct Printer
{
Printer (const char *message);
- ~Printer (void) ;
+ ~Printer ();
void print ();