diff options
Diffstat (limited to 'Source/Asura.Engine/graphics/stb_decoder.h')
-rw-r--r-- | Source/Asura.Engine/graphics/stb_decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Asura.Engine/graphics/stb_decoder.h b/Source/Asura.Engine/graphics/stb_decoder.h index b8fb83c..57b247c 100644 --- a/Source/Asura.Engine/graphics/stb_decoder.h +++ b/Source/Asura.Engine/graphics/stb_decoder.h @@ -11,7 +11,8 @@ namespace AsuraEngine /// /// ʹstb_imageѹJPEGTGABMPļ /// - class STBDecoder ASURA_FINAL: public ImageDecoder + class STBDecoder ASURA_FINAL + : public ImageDecoder { public: |