From 6d502fbc23ebfc7bb4b60e8fbb545bd999618842 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 31 Mar 2025 16:16:17 -0400 Subject: [PATCH] fix(registry): squash some warnings, try to get it to compile on mac --- storm/registry/mac/Static.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm/registry/mac/Static.hpp b/storm/registry/mac/Static.hpp index 2fc1b74..9ac8517 100644 --- a/storm/registry/mac/Static.hpp +++ b/storm/registry/mac/Static.hpp @@ -7,7 +7,7 @@ class SRegStatic { public: NSMutableDictionary* hives; - static SRegStatic Get(); + static SRegStatic* Get(); SRegStatic(); ~SRegStatic();