aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-16 21:18:33 -0700
committerGravatar yang-g <yangg@google.com>2015-07-16 21:18:33 -0700
commit06fabde1b77c1746676974abf4281c0248dd7fad (patch)
treecf2a1c75ee428d778405fbc43228f7121bef58cb
parentfb58d239ef360b4fcdeeda358e46bb107ceceaa4 (diff)
add missed 'class'
-rw-r--r--include/grpc++/auth_property_iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/auth_property_iterator.h b/include/grpc++/auth_property_iterator.h
index 1e6c2d8bf7..c7870c46be 100644
--- a/include/grpc++/auth_property_iterator.h
+++ b/include/grpc++/auth_property_iterator.h
@@ -63,7 +63,7 @@ class AuthPropertyIterator
AuthPropertyIterator(const grpc_auth_property* property,
const grpc_auth_property_iterator* iter);
private:
- friend SecureAuthContext;
+ friend class SecureAuthContext;
const grpc_auth_property* property_;
// The following items form a grpc_auth_property_iterator.
const grpc_auth_context* ctx_;