From cf133f41f84c6c8d306293a5dc8f81fbd9aed1a1 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 26 Feb 2015 14:05:56 -0800 Subject: Make it possible to compile with gcc4.6 --- include/grpc++/credentials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grpc++/credentials.h') diff --git a/include/grpc++/credentials.h b/include/grpc++/credentials.h index 5cbcca3aa5..b75755d5bc 100644 --- a/include/grpc++/credentials.h +++ b/include/grpc++/credentials.h @@ -47,7 +47,7 @@ namespace grpc { // to creating an instance using CredentialsFactory, and passing it down // during channel construction. -class Credentials final { +class Credentials GRPC_FINAL { public: ~Credentials(); -- cgit v1.2.3