mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(registry): squash some warnings, try to get it to compile on mac
This commit is contained in:
parent
fde8ed8c0f
commit
191be1b111
3 changed files with 7 additions and 12 deletions
|
|
@ -9,13 +9,8 @@ public:
|
|||
|
||||
static SRegStatic Get();
|
||||
|
||||
SRegStatic() {
|
||||
this->hives = [NSMutableDictionary init];
|
||||
}
|
||||
|
||||
~SRegStatic() {
|
||||
this->hives = nil;
|
||||
}
|
||||
SRegStatic();
|
||||
~SRegStatic();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue