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 <[email protected]> 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 "[email protected]" <[email protected]>.
