summaryrefslogtreecommitdiff
path: root/ACE/ace/Module.h
diff options
context:
space:
mode:
authorErik Sohns <erik.sohns@posteo.de>2021-09-03 19:47:31 +0200
committerErik Sohns <erik.sohns@posteo.de>2021-09-03 19:47:31 +0200
commit117856ae1875d2bcc75d2ea2ce4e1badc158bc11 (patch)
tree363fcb5080573ede6fdba683e30775e66e516b7a /ACE/ace/Module.h
parent7d8d836f2e864c07cb1088083219770c6b8cc515 (diff)
downloadATCD-117856ae1875d2bcc75d2ea2ce4e1badc158bc11.tar.gz
incorporated review comments
Diffstat (limited to 'ACE/ace/Module.h')
-rw-r--r--ACE/ace/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Module.h b/ACE/ace/Module.h
index 15fb6797ea0..881d4076616 100644
--- a/ACE/ace/Module.h
+++ b/ACE/ace/Module.h
@@ -60,7 +60,7 @@ public:
M_DELETE_NONE = 4
};
- inline virtual ~ACE_Module_Base () {}
+ virtual ~ACE_Module_Base () = default;
};
/**