diff options
Diffstat (limited to 'core/fxcodec/gif/cfx_gif.h')
-rw-r--r-- | core/fxcodec/gif/cfx_gif.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxcodec/gif/cfx_gif.h b/core/fxcodec/gif/cfx_gif.h index ab8278ecd2..5abe1ad33f 100644 --- a/core/fxcodec/gif/cfx_gif.h +++ b/core/fxcodec/gif/cfx_gif.h @@ -12,8 +12,8 @@ class CFX_GifContext; -extern const char* kGifSignature87; -extern const char* kGifSignature89; +extern const char kGifSignature87[]; +extern const char kGifSignature89[]; #define GIF_SIG_EXTENSION 0x21 #define GIF_SIG_IMAGE 0x2C |