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

@ -1,6 +1,6 @@
#include "storm/registry/mac/Static.hpp"
static SRegStatic* SRegStatic::Get() {
SRegStatic* SRegStatic::Get() {
static SRegStatic sregstatic;
return &sregstatic;
}