summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h')
-rw-r--r--TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h b/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
index 883d6c025a5..a3082202111 100644
--- a/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
+++ b/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
@@ -28,7 +28,7 @@ class DllOrb_Export DllOrb
/// Destructor.
~DllOrb (void) throw ();
- CORBA::ORB_ptr orb (void) const;
+ CORBA::ORB_ptr orb () const;
virtual int init (int argc, ACE_TCHAR *argv[]);