From: subhransu mohanty Date: Thu, 18 Jul 2019 00:18:51 +0000 (+0900) Subject: rlottie: Fix warning on clnag-8 X-Git-Tag: submit/tizen/20190719.015332~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e9fd91e23a048626a733452d84487c0f8cb3c57;p=platform%2Fcore%2Fuifw%2Flottie-player.git rlottie: Fix warning on clnag-8 --- diff --git a/src/vector/vbrush.h b/src/vector/vbrush.h index c71a269..8869ec0 100644 --- a/src/vector/vbrush.h +++ b/src/vector/vbrush.h @@ -38,7 +38,6 @@ public: void setStops(const VGradientStops &stops); void setAlpha(float alpha) {mAlpha = alpha;} float alpha() const {return mAlpha;} - VGradient() = default; public: static constexpr int colorTableSize = 1024;