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 eb6301e commit 5a9448a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/breeze_theme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,9 @@ namespace breeze_stylesheets
if (!_macos_supported_version())
return ::breeze_stylesheets::theme::light;

auto auto_release_pool_t = objc_getClass(objc, "NSAutoreleasePool");
auto user_defaults_t = objc_getClass(objc, "NSUserDefaults");
auto ns_string_t = objc_getClass(objc, "NSString");
auto auto_release_pool_t = objc_getClass("NSAutoreleasePool");
auto user_defaults_t = objc_getClass("NSUserDefaults");
auto ns_string_t = objc_getClass("NSString");

// sel_registerName
auto alloc = sel_registerName("alloc");
Expand Down

0 comments on commit 5a9448a

Please sign in to comment.