Compile fixes

This commit is contained in:
dingusdev
2024-10-17 19:41:58 -07:00
parent 329bcc68b1
commit 28ec650e4f
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void do_ctx_sync() {
}
}
static void add_ctx_sync_action(const CtxSyncCallback& cb) {
void add_ctx_sync_action(const CtxSyncCallback& cb) {
gCtxSyncCallbacks.push_back(cb);
}