X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_division_effect.h;h=92581710c0c739c418dbc342683f85be10b4e03a;hp=2fd90820615269edad7a7655030c69d57ea01398;hb=39b6975420669958ed9f4013440aea415134a902;hpb=720873f02e01c2aba9ce53bb5c6bcbe887af27ce diff --git a/alpha_division_effect.h b/alpha_division_effect.h index 2fd9082..9258171 100644 --- a/alpha_division_effect.h +++ b/alpha_division_effect.h @@ -12,9 +12,9 @@ namespace movit { class AlphaDivisionEffect : public Effect { public: AlphaDivisionEffect() {} - virtual std::string effect_type_id() const { return "AlphaDivisionEffect"; } - std::string output_fragment_shader(); - virtual bool one_to_one_sampling() const { return true; } + std::string effect_type_id() const override { return "AlphaDivisionEffect"; } + std::string output_fragment_shader() override; + bool one_to_one_sampling() const override { return true; } }; } // namespace movit