diff options
Diffstat (limited to 'cpp/test/IceGrid/replication/TestI.h')
-rw-r--r-- | cpp/test/IceGrid/replication/TestI.h | 2 |
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: |