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 ac5a3be..35526fb 100644
--- a/tests/test_cpp.cc
+++ b/tests/test_cpp.cc
@@ -10,7 +10,7 @@ static void TestSymbolTable() {
std::cerr << "Couldn't load descriptor: " << status;
exit(1);
}
- upb::MessageDef *md = s->LookupMessage("A");
+ const upb::MessageDef *md = s->LookupMessage("A");
assert(md);
s->Unref();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback