From fb830270c5269a22819a0c0f1ee280f9aa3f1b39 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Mar 2019 09:12:29 +0800 Subject: *luax --- Source/Asura.Engine/graphics/stb_decoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Asura.Engine/graphics/stb_decoder.h') 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解压JPEG、TGA、BMP文件 /// - class STBDecoder ASURA_FINAL: public ImageDecoder + class STBDecoder ASURA_FINAL + : public ImageDecoder { public: -- cgit v1.1-26-g67d0