Skip to content

Commit

Permalink
fix(types.cc): select_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
hchunhui committed Jul 26, 2019
1 parent 6e7ccb2 commit f4d6bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ namespace SchemaReg {

static const luaL_Reg vars_set[] = {
{ "config", WRAPMEM(T::set_config) },
{ "select_keys", WRAPMEM(T::select_keys) },
{ "select_keys", WRAPMEM(T::set_select_keys) },
{ NULL, NULL },
};
}
Expand Down

0 comments on commit f4d6bb8

Please sign in to comment.