summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2328_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2328_Regression/Hello.h')
-rw-r--r--TAO/tests/Bug_2328_Regression/Hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2328_Regression/Hello.h b/TAO/tests/Bug_2328_Regression/Hello.h
index 14f9189feb0..6d6ec0fc1ef 100644
--- a/TAO/tests/Bug_2328_Regression/Hello.h
+++ b/TAO/tests/Bug_2328_Regression/Hello.h
@@ -16,7 +16,7 @@ public:
// = The skeleton methods
virtual char * get_string (const char * A, const char * B, const char * C);
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// Use an ORB reference to convert strings to objects and shutdown