summaryrefslogtreecommitdiff
path: root/upb/bindings/lua/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2017-01-24 09:52:12 -0800
committerGitHub <noreply@github.com>2017-01-24 09:52:12 -0800
commit72ae34c28fb93ca1e45920d9e8714c74c7292dee (patch)
tree209f30d355c86cd961412db9a2e1e25ca81e648b /upb/bindings/lua/upb.h
parent9a9a1097a7bdb096208feab9f2fc8c440d315895 (diff)
parent5aa01b46e41dcdbbd2dad6d1b7ecce9a60b8ce7a (diff)
Merge pull request #77 from haberman/axerefcount
Simplify and remove some code from upb::SymbolTable
Diffstat (limited to 'upb/bindings/lua/upb.h')
-rw-r--r--upb/bindings/lua/upb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/bindings/lua/upb.h b/upb/bindings/lua/upb.h
index 84212c5..88a201c 100644
--- a/upb/bindings/lua/upb.h
+++ b/upb/bindings/lua/upb.h
@@ -101,7 +101,7 @@ void *lupb_refcounted_check(lua_State *L, int narg, const char *type);
const upb_msgdef *lupb_msgdef_check(lua_State *L, int narg);
const upb_enumdef *lupb_enumdef_check(lua_State *L, int narg);
const upb_fielddef *lupb_fielddef_check(lua_State *L, int narg);
-const upb_symtab *lupb_symtab_check(lua_State *L, int narg);
+upb_symtab *lupb_symtab_check(lua_State *L, int narg);
void lupb_refcounted_pushnewrapper(lua_State *L, const upb_refcounted *obj,
const char *type, const void *ref_donor);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback