summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/w32_test_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/mfc/w32_test_impl.cpp')
-rw-r--r--TAO/examples/mfc/w32_test_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/mfc/w32_test_impl.cpp b/TAO/examples/mfc/w32_test_impl.cpp
index eecacc3dbc4..d6b722b20c2 100644
--- a/TAO/examples/mfc/w32_test_impl.cpp
+++ b/TAO/examples/mfc/w32_test_impl.cpp
@@ -2,11 +2,11 @@
#include "w32_test_impl.h"
-W32_Test_Impl::~W32_Test_Impl (void)
+W32_Test_Impl::~W32_Test_Impl ()
{
}
-W32_Test_Impl::W32_Test_Impl (void)
+W32_Test_Impl::W32_Test_Impl ()
{
blabla = 1;
}