mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +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
|
|
@ -1,6 +1,6 @@
|
|||
#include "storm/registry/mac/Static.hpp"
|
||||
|
||||
static SRegStatic* SRegStatic::Get() {
|
||||
SRegStatic* SRegStatic::Get() {
|
||||
static SRegStatic sregstatic;
|
||||
return &sregstatic;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue