summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/DLL_Test_Impl.cpp')
-rw-r--r--ACE/tests/DLL_Test_Impl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/tests/DLL_Test_Impl.cpp b/ACE/tests/DLL_Test_Impl.cpp
index ba02c9ab320..f9e6ea2db86 100644
--- a/ACE/tests/DLL_Test_Impl.cpp
+++ b/ACE/tests/DLL_Test_Impl.cpp
@@ -113,6 +113,10 @@ static Static_Constructor_Test the_instance;
// --------------------------------------------------------
+Child::Child (void)
+{
+}
+
Child::~Child (void)
{
}