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

This commit is contained in:
phaneron 2025-03-31 16:04:36 -04:00
parent fde8ed8c0f
commit 191be1b111
3 changed files with 7 additions and 12 deletions

View file

@ -9,13 +9,8 @@ public:
static SRegStatic Get();
SRegStatic() {
this->hives = [NSMutableDictionary init];
}
~SRegStatic() {
this->hives = nil;
}
SRegStatic();
~SRegStatic();
};
#endif