Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 5a9448a commit 6aa6cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/breeze_theme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ namespace breeze_stylesheets

// sel_registerName
auto alloc = sel_registerName("alloc");
auto pool = objc_msgSend(auto_release_pool_t, alloc);
auto pool = objc_msgSend(reinterpret_cast<id>(auto_release_pool_t), alloc);
// TODO: Add our other approach


Expand Down

0 comments on commit 6aa6cb9

Please sign in to comment.