You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/09/19 20:53:06 UTC

[geode-native] 02/02: GEODE-3651: Correct variable name.

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 129240a38fc9446a6f148e61f51202dd5b9dc989
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Tue Sep 19 13:52:31 2017 -0700

    GEODE-3651: Correct variable name.
---
 cppcache/include/geode/RegionFactory.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cppcache/include/geode/RegionFactory.hpp b/cppcache/include/geode/RegionFactory.hpp
index bc0774a..0092c09 100644
--- a/cppcache/include/geode/RegionFactory.hpp
+++ b/cppcache/include/geode/RegionFactory.hpp
@@ -35,7 +35,7 @@ class CPPCACHE_EXPORT RegionFactory {
  public:
   RegionFactory() = delete;
   ~RegionFactory() = default;
-  RegionFactory(const RegionFactory& move) = delete;
+  RegionFactory(const RegionFactory& nocopy) = delete;
   RegionFactory(RegionFactory&& move) = default;
 
   /*

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.