We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
seadEnum
1 parent 8e33b38 commit 1c8df7bCopy full SHA for 1c8df7b
1 file changed
modules/src/prim/seadEnum.cpp
@@ -7,6 +7,9 @@ namespace
7
class EnumParseTextCriticalSection
8
{
9
public:
10
+ EnumParseTextCriticalSection() {
11
+ (void) getObject(); // force initialization of sObject
12
+ }
13
sead::CriticalSection* getObject()
14
15
static sead::CriticalSection sObject;
@@ -18,6 +21,9 @@ static EnumParseTextCriticalSection sEnumParseTextCriticalSection;
18
21
class EnumInitValueArrayCriticalSection
19
22
20
23
24
+ EnumInitValueArrayCriticalSection() {
25
26
27
28
29
0 commit comments