fix(registry): squash some warnings, try to get it to compile on mac

This commit is contained in:
phaneron 2025-03-31 16:16:17 -04:00
parent 191be1b111
commit 6d502fbc23

View file

@ -7,7 +7,7 @@ class SRegStatic {
public: public:
NSMutableDictionary<NSString*, NSUserDefaults*>* hives; NSMutableDictionary<NSString*, NSUserDefaults*>* hives;
static SRegStatic Get(); static SRegStatic* Get();
SRegStatic(); SRegStatic();
~SRegStatic(); ~SRegStatic();