Skip to content

Commit

Permalink
improve object
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Dec 2, 2023
1 parent 3d3a8cb commit ec4478e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tkc/object.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ struct _tk_object_t {
char* name;

/*private*/
uint32_t visiting : 1;
const object_vtable_t* vt;
uint32_t visiting;
};

/**
Expand Down

0 comments on commit ec4478e

Please sign in to comment.