We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d0f46 commit 006aeb1Copy full SHA for 006aeb1
1 file changed
src/core/modules/entities/entities_props_wrap.cpp
@@ -117,6 +117,7 @@ void export_send_table(scope _props)
117
void export_send_prop(scope _props)
118
{
119
EXPOSE_FUNCTION_TYPEDEF(BoostSendVarProxyFn, "SendVarProxyFn")
120
+ EXPOSE_FUNCTION_TYPEDEF(BoostDataTableProxyFn, "DataTableProxyFn")
121
122
class_<SendProp, SendProp *, boost::noncopyable> SendProp_("SendProp", no_init);
123
0 commit comments