diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-03-04 17:13:03 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-03-04 17:13:03 -0800 |
commit | 78524b75d7d449298e52c6dc546021fbb33d61cb (patch) | |
tree | a4e0839c9f18d9f7c3929924277ccce705d09aae /test/cpp/qps | |
parent | 2eaf1596bb4f724dc4331c6e1de9c91b56577fa2 (diff) |
Compile fix
Diffstat (limited to 'test/cpp/qps')
-rw-r--r-- | test/cpp/qps/worker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/worker.cc b/test/cpp/qps/worker.cc index 45b8b6dd9a..3a46a22665 100644 --- a/test/cpp/qps/worker.cc +++ b/test/cpp/qps/worker.cc @@ -93,7 +93,7 @@ std::unique_ptr<Server> CreateServer(const ServerConfig& config) { abort(); } -class WorkerImpl final : public Worker::Service { +class WorkerImpl GRPC_FINAL : public Worker::Service { public: WorkerImpl() : acquired_(false) {} |