summaryrefslogtreecommitdiff
path: root/TAO/tao/IOR_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOR_Parser.h')
-rw-r--r--TAO/tao/IOR_Parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/IOR_Parser.h b/TAO/tao/IOR_Parser.h
index 1ab29881e66..ff7a89eb047 100644
--- a/TAO/tao/IOR_Parser.h
+++ b/TAO/tao/IOR_Parser.h
@@ -47,7 +47,8 @@ class TAO_Export TAO_IOR_Parser : public ACE_Service_Object
{
public:
/// The destructor
- virtual ~TAO_IOR_Parser (void);
+ TAO_IOR_Parser () = default;
+ virtual ~TAO_IOR_Parser ();
/// Return true if @a ior_string starts with a prefix known to this IOR
/// parser