summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLL_Test.h')
-rw-r--r--tests/DLL_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DLL_Test.h b/tests/DLL_Test.h
index e6dee12c207..9e5b5c73ab4 100644
--- a/tests/DLL_Test.h
+++ b/tests/DLL_Test.h
@@ -27,7 +27,7 @@ class Hello
{
public:
/// Destructor
- virtual ~Hello (void)
+ virtual ~Hello (void)
{
ACE_TRACE ("Hello::~Hello");
}