Skip to content

Commit 42fcf90

Browse files
authored
STATIC -> static (#3814)
1 parent d69b7a1 commit 42fcf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fw/Types/Assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void AssertHook::doAssert() {
9393
assert(0);
9494
}
9595

96-
STATIC AssertHook* s_assertHook = nullptr;
96+
static AssertHook* s_assertHook = nullptr;
9797

9898
void AssertHook::registerHook() {
9999
this->previousHook = s_assertHook;

0 commit comments

Comments
 (0)