diff --git a/src/v_draw.hpp b/src/v_draw.hpp index 6234170b4..13ba47c29 100644 --- a/src/v_draw.hpp +++ b/src/v_draw.hpp @@ -148,6 +148,7 @@ public: constexpr Chain() {} explicit Chain(float x, float y) : x_(x), y_(y) {} Chain(const Chain&) = default; + Chain& operator=(const Chain&) = default; struct Clipper {