Commit 6f9bc71f authored by kenton@google.com's avatar kenton@google.com

Add missing LIBPROTOBUF_EXPORT.

parent 679edc41
......@@ -1075,7 +1075,7 @@ template<typename T> struct remove_pointer<T* const volatile> {
// 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment