diff options
Diffstat (limited to '3rdparty/lzma/CPP/Common/CRC.cpp')
-rw-r--r-- | 3rdparty/lzma/CPP/Common/CRC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/lzma/CPP/Common/CRC.cpp b/3rdparty/lzma/CPP/Common/CRC.cpp index 9a9f81fb713..c6b7d5e4a7e 100644 --- a/3rdparty/lzma/CPP/Common/CRC.cpp +++ b/3rdparty/lzma/CPP/Common/CRC.cpp @@ -4,4 +4,4 @@ #include "../../C/7zCrc.h" -struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit; +static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit; |