summaryrefslogtreecommitdiff
path: root/upb/google/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/google/bridge.h')
-rw-r--r--upb/google/bridge.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/upb/google/bridge.h b/upb/google/bridge.h
index 8a2256f..5091e23 100644
--- a/upb/google/bridge.h
+++ b/upb/google/bridge.h
@@ -66,9 +66,10 @@ namespace google {
//
// TODO(haberman): Add handler caching functionality so that we don't use
// O(n^2) memory in the worst case when incrementally building handlers.
-const upb::Handlers* NewWriteHandlers(const proto2::Message& m, void *owner);
+const upb::Handlers* NewWriteHandlers(const proto2::Message& m,
+ const void* owner);
const upb::Handlers* NewWriteHandlers(const ::google::protobuf::Message& m,
- void *owner);
+ const void* owner);
} // namespace google
} // namespace upb
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback