Index: core/src/fxcodec/codec/fx_codec.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec.cpp b/core/src/fxcodec/codec/fx_codec.cpp |
index b7b5563b290ef9fc746a34c6b3eed8cb9f4b59f2..3ac2f79312aefaf8ade79fd1299bd3b188c4b666 100644 |
--- a/core/src/fxcodec/codec/fx_codec.cpp |
+++ b/core/src/fxcodec/codec/fx_codec.cpp |
@@ -134,7 +134,7 @@ void CCodec_ScanlineDecoder::DownScale(int dest_width, int dest_height) { |
return; |
} |
- nonstd::unique_ptr<ImageDataCache> cache( |
+ std::unique_ptr<ImageDataCache> cache( |
new ImageDataCache(m_OutputWidth, m_OutputHeight, m_Pitch)); |
if (!cache->AllocateCache()) |
return; |