summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2375_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2375_Regression/test.cpp')
-rw-r--r--TAO/tests/Bug_2375_Regression/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2375_Regression/test.cpp b/TAO/tests/Bug_2375_Regression/test.cpp
index c7a97c174ca..f3f7da7d409 100644
--- a/TAO/tests/Bug_2375_Regression/test.cpp
+++ b/TAO/tests/Bug_2375_Regression/test.cpp
@@ -2,7 +2,7 @@
class MyTestValuetypeFactory : public TestValuetype_init {
public:
virtual TestValuetype* create (::CORBA::Boolean, ::CORBA::Short) {return 0;};
- virtual TAO_OBV_CREATE_RETURN_TYPE (TestValuetype) create_for_unmarshal (void) {return 0;};
+ virtual TAO_OBV_CREATE_RETURN_TYPE (TestValuetype) create_for_unmarshal () {return 0;};
};
int ACE_TMAIN (int, ACE_TCHAR *[]) {
MyTestValuetypeFactory myFactory;