aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/generic/generic_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/generic/generic_stub.h')
-rw-r--r--include/grpc++/generic/generic_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/generic/generic_stub.h b/include/grpc++/generic/generic_stub.h
index d27deae33a..02c00d0d45 100644
--- a/include/grpc++/generic/generic_stub.h
+++ b/include/grpc++/generic/generic_stub.h
@@ -45,7 +45,7 @@ typedef ClientAsyncReaderWriter<ByteBuffer, ByteBuffer>
// Generic stubs provide a type-unsafe interface to call gRPC methods
// by name.
-class GenericStub GRPC_FINAL {
+class GenericStub final {
public:
explicit GenericStub(std::shared_ptr<ChannelInterface> channel)
: channel_(channel) {}