From 06fabde1b77c1746676974abf4281c0248dd7fad Mon Sep 17 00:00:00 2001
From: yang-g <yangg@google.com>
Date: Thu, 16 Jul 2015 21:18:33 -0700
Subject: [PATCH] add missed 'class'

---
 include/grpc++/auth_property_iterator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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_;
-- 
GitLab