Skip to content

Commit

Permalink
chugin api connect getinfo function pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Aug 15, 2024
1 parent 53c8894 commit 00ffc17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/chuck_dl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,7 @@ Chuck_DL_Query::Chuck_DL_Query( Chuck_Carrier * carrier, Chuck_DLL * dll )
ck_api = ck_get_api;
setname = ck_setname;
setinfo = ck_setinfo;
getinfo = ck_getinfo;
begin_class = ck_begin_class;
add_ctor = ck_add_ctor;
add_dtor = ck_add_dtor;
Expand Down

0 comments on commit 00ffc17

Please sign in to comment.