summaryrefslogtreecommitdiff
path: root/tests/test_cpp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cpp.cc')
-rw-r--r--tests/test_cpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cpp.cc b/tests/test_cpp.cc
index a5bfbc7..5e9a8dd 100644
--- a/tests/test_cpp.cc
+++ b/tests/test_cpp.cc
@@ -672,7 +672,7 @@ void DoNothingStringBufHandler(C* closure, const char *buf, size_t len) {
}
template <class C>
-void DoNothingEndMessageHandler(C* closure, upb::Status *status) {
+void DoNothingEndMessageHandler(C* closure, upb_status *status) {
UPB_UNUSED(closure);
UPB_UNUSED(status);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback