summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3827_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3827_Regression/test.cpp')
-rw-r--r--TAO/tests/Bug_3827_Regression/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_3827_Regression/test.cpp b/TAO/tests/Bug_3827_Regression/test.cpp
index 1a8ebec6c85..94b828523ba 100644
--- a/TAO/tests/Bug_3827_Regression/test.cpp
+++ b/TAO/tests/Bug_3827_Regression/test.cpp
@@ -12,7 +12,7 @@ public:
{
}
- virtual int svc (void)
+ virtual int svc ()
{
try
{
@@ -38,7 +38,7 @@ public:
{
}
- virtual int svc (void)
+ virtual int svc ()
{
try
{