diff options
author | 2016-05-12 00:06:54 +1000 | |
---|---|---|
committer | 2016-05-12 00:06:54 +1000 | |
commit | 7a423d0160839b28446d4100087c07019a75399d (patch) | |
tree | 2e3e37c5be23772c894ce523608d139bb450d543 /3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp | |
parent | 6a53a6aeff4f6436210127eeb5dc9111b2da00f4 (diff) |
Update to LZMA 16.0 [Vas Crabb]
Diffstat (limited to '3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp b/3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp index 703c52ca6e0..7141ab580f3 100644 --- a/3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp +++ b/3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp @@ -6,6 +6,10 @@ #include "CopyCoder.h" -REGISTER_CODEC_CREATE(CreateCodec, NCompress::CCopyCoder()) +namespace NCompress { + +REGISTER_CODEC_CREATE(CreateCodec, CCopyCoder()) REGISTER_CODEC_2(Copy, CreateCodec, CreateCodec, 0, "Copy") + +} |