Skip to content

Commit

Permalink
xrCore/xrstring.cpp: Fixed g_pStringContainer definition.
Browse files Browse the repository at this point in the history
The var is not extern here.
  • Loading branch information
Kaffeine committed Nov 25, 2015
1 parent c89dadc commit 94d6ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/xrstring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "FS_impl.h"

XRCORE_API extern str_container* g_pStringContainer = NULL;
XRCORE_API str_container* g_pStringContainer = NULL;

#if 1

Expand Down

0 comments on commit 94d6ba2

Please sign in to comment.