Skip to content

Commit

Permalink
fix incorrect signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Sep 8, 2024
1 parent a80a01b commit 4e9c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hx/TelemetryTracy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TelemetryFrame* __hxcpp_hxt_dump_telemetry(int)

void __hxcpp_hxt_stash_telemetry() { }

void __hxcpp_hxt_ignore_allocs() {}
void __hxcpp_hxt_ignore_allocs(int) {}

void __hxt_new_string(void* obj, int inSize) { }

Expand Down

0 comments on commit 4e9c48d

Please sign in to comment.