diff options
Diffstat (limited to 'core/fxcodec/lgif/cgifcontext.h')
-rw-r--r-- | core/fxcodec/lgif/cgifcontext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/fxcodec/lgif/cgifcontext.h b/core/fxcodec/lgif/cgifcontext.h index 03976a7aad..d85243711d 100644 --- a/core/fxcodec/lgif/cgifcontext.h +++ b/core/fxcodec/lgif/cgifcontext.h @@ -12,8 +12,8 @@ #include "core/fxcodec/codec/ccodec_gifmodule.h" #include "core/fxcodec/lgif/fx_gif.h" -#include "core/fxcrt/cfx_unowned_ptr.h" #include "core/fxcrt/fx_string.h" +#include "core/fxcrt/unowned_ptr.h" class CGifContext : public CCodec_GifModule::Context { public: @@ -37,8 +37,8 @@ class CGifContext : public CCodec_GifModule::Context { int32_t disposal_method, bool interlace); - CFX_UnownedPtr<CCodec_GifModule> m_pModule; - CFX_UnownedPtr<CCodec_GifModule::Delegate> m_pDelegate; + UnownedPtr<CCodec_GifModule> m_pModule; + UnownedPtr<CCodec_GifModule::Delegate> m_pDelegate; std::vector<GifPalette> m_GlobalPalette; int32_t global_pal_num; uint32_t img_row_offset; |