Skip to content

Commit 94d6ba2

Browse files
committed
xrCore/xrstring.cpp: Fixed g_pStringContainer definition.
The var is not extern here.
1 parent c89dadc commit 94d6ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/xrstring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "FS_impl.h"
77

8-
XRCORE_API extern str_container* g_pStringContainer = NULL;
8+
XRCORE_API str_container* g_pStringContainer = NULL;
99

1010
#if 1
1111

0 commit comments

Comments
 (0)