diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
commit | 104d9f8a30c479fe661883b295f120ab035645d9 (patch) | |
tree | aa39aaa576d8ce2e1666df7a750d77df1a33232e /TAO/tests/Bug_2677_Regression/DllORB.h | |
parent | 2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff) | |
download | ATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz |
Removed redundant void
Diffstat (limited to 'TAO/tests/Bug_2677_Regression/DllORB.h')
-rw-r--r-- | TAO/tests/Bug_2677_Regression/DllORB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2677_Regression/DllORB.h b/TAO/tests/Bug_2677_Regression/DllORB.h index 0a18875b1ff..fc561ccfdd4 100644 --- a/TAO/tests/Bug_2677_Regression/DllORB.h +++ b/TAO/tests/Bug_2677_Regression/DllORB.h @@ -12,7 +12,7 @@ public: DllORB (void); virtual ~DllORB (void); - CORBA::ORB_ptr orb (void) const; + CORBA::ORB_ptr orb () const; virtual int init (int argc, ACE_TCHAR *argv[]); |