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 a0a3495  GEODE-4648: added export to TypeRegistry
a0a3495 is described below

commit a0a34955a2b670f9dbf86fa12ff6f80acd3a8701
Author: Mark Hanson <mhan...@pivotal.io>
AuthorDate: Fri Feb 9 21:54:43 2018 +0000

    GEODE-4648: added export to TypeRegistry
---
 cppcache/include/geode/TypeRegistry.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cppcache/include/geode/TypeRegistry.hpp 
b/cppcache/include/geode/TypeRegistry.hpp
index 810d2c8..1056c3f 100644
--- a/cppcache/include/geode/TypeRegistry.hpp
+++ b/cppcache/include/geode/TypeRegistry.hpp
@@ -32,7 +32,7 @@ namespace client {
 class CacheImpl;
 class PdxSerializer;
 
-class TypeRegistry {
+class _GEODE_EXPORT TypeRegistry {
  public:
   TypeRegistry(CacheImpl* cache);
 

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to