From 6f9bc71ffdf84d7cb0288112970659a94a2f13ae Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Wed, 22 Apr 2009 04:04:27 +0000 Subject: Add missing LIBPROTOBUF_EXPORT. --- src/google/protobuf/stubs/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/google/protobuf/stubs/common.h b/src/google/protobuf/stubs/common.h index c3e7f1be..cadb3b93 100644 --- a/src/google/protobuf/stubs/common.h +++ b/src/google/protobuf/stubs/common.h @@ -1075,7 +1075,7 @@ template struct remove_pointer { // Checks if the buffer contains structurally-valid UTF-8. Implemented in // structurally_valid.cc. -bool IsStructurallyValidUTF8(const char* buf, int len); +LIBPROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len); } // namespace internal -- cgit v1.2.3