diff --git a/plugins/animate/zap.hpp b/plugins/animate/zap.hpp index cbbc3d132..e5b5f2211 100644 --- a/plugins/animate/zap.hpp +++ b/plugins/animate/zap.hpp @@ -30,7 +30,6 @@ #include #include -static const std::string zap_transformer_name = "zap-transformer"; wf::option_wrapper_t zap_duration{"animate/zap_duration"}; @@ -38,6 +37,7 @@ namespace wf { namespace zap { +static const std::string zap_transformer_name = "zap-transformer"; using namespace wf::animation; class zap_animation_t : public duration_t {