From bc6281ba7de0637d23e67b3dd64246ee5dd672f0 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Fri, 23 Nov 2018 22:53:35 +0900 Subject: [PATCH] =?UTF-8?q?Release=E3=81=A0=E3=81=A8GUI=E3=81=A7=E5=88=86?= =?UTF-8?q?=E5=89=B2=E3=82=B5=E3=82=A4=E3=82=BA=E3=81=8C=E3=83=90=E3=82=B0?= =?UTF-8?q?=E3=81=A3=E3=81=9F=E5=80=A4=E3=81=AB=E3=81=AA=E3=82=8B=E3=81=AE?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/waifu2x.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/waifu2x.h b/common/waifu2x.h index 59ce928..9647677 100644 --- a/common/waifu2x.h +++ b/common/waifu2x.h @@ -66,6 +66,8 @@ public: int scale_factor; int offset; int recommended_crop_size; + + stParam() : scale_factor(1), offset(0), recommended_crop_size(-1) {} }; std::string name;