From 104d9f8a30c479fe661883b295f120ab035645d9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 17 Mar 2021 10:52:29 +0100 Subject: Removed redundant void --- TAO/tests/Param_Test/bd_long_seq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tests/Param_Test/bd_long_seq.cpp') diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp index 195cad52c53..7354e5c44b6 100644 --- a/TAO/tests/Param_Test/bd_long_seq.cpp +++ b/TAO/tests/Param_Test/bd_long_seq.cpp @@ -33,7 +33,7 @@ Test_Bounded_Long_Sequence::~Test_Bounded_Long_Sequence (void) } const char * -Test_Bounded_Long_Sequence::opname (void) const +Test_Bounded_Long_Sequence::opname () const { return this->opname_; } -- cgit v1.2.1