This is an automated email from the ASF dual-hosted git repository.
echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new f1fc53e GEODE-3630: test failure due to local/member variable
shadowing
f1fc53e is described below
commit f1fc53e93a390277dcc8828a79ee951e3af4e56a
Author: Ernest Burghardt <[email protected]>
AuthorDate: Wed Sep 27 14:35:17 2017 -0600
GEODE-3630: test failure due to local/member variable shadowing
---
cppcache/src/SerializationRegistry.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cppcache/src/SerializationRegistry.cpp
b/cppcache/src/SerializationRegistry.cpp
index af568f8..eb55327 100644
--- a/cppcache/src/SerializationRegistry.cpp
+++ b/cppcache/src/SerializationRegistry.cpp
@@ -270,7 +270,7 @@ PdxSerializablePtr SerializationRegistry::getPdxType(char*
className) {
}
void SerializationRegistry::setPdxSerializer(PdxSerializerPtr pdxSerializer) {
- pdxSerializer = pdxSerializer;
+ this->pdxSerializer = pdxSerializer;
}
PdxSerializerPtr SerializationRegistry::getPdxSerializer() {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].