diff options
Diffstat (limited to 'cpp/test/IceGrid/noRestartUpdate/Client.cpp')
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/Client.cpp b/cpp/test/IceGrid/noRestartUpdate/Client.cpp index 0d88f5c27be..cd37c6411ed 100644 --- a/cpp/test/IceGrid/noRestartUpdate/Client.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/Client.cpp @@ -8,11 +8,11 @@ using namespace std; -class Client : public Test::TestHelper +class Client final : public Test::TestHelper { public: - void run(int, char**); + void run(int, char**) override; }; void |