summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/replication/TestI.h
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-03 11:16:06 -0500
committerJoe George <joe@zeroc.com>2021-02-03 11:42:30 -0500
commit48f9b28634908c43a23c30e219a9abfb038c1539 (patch)
tree81420c7142bb57902ad96de1d057b5259c29a287 /cpp/test/IceGrid/replication/TestI.h
parentIceGrid and IceStorm fixes (diff)
downloadice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.bz2
ice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.xz
ice-48f9b28634908c43a23c30e219a9abfb038c1539.zip
Additional C++11 fixes
Diffstat (limited to 'cpp/test/IceGrid/replication/TestI.h')
-rw-r--r--cpp/test/IceGrid/replication/TestI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/TestI.h b/cpp/test/IceGrid/replication/TestI.h
index ec90fc41e3e..e92772c0574 100644
--- a/cpp/test/IceGrid/replication/TestI.h
+++ b/cpp/test/IceGrid/replication/TestI.h
@@ -7,7 +7,7 @@
#include <Test.h>
-class TestI : public ::Test::TestIntf
+class TestI final : public ::Test::TestIntf
{
public: