diff --git a/src/app/tools/inks.h b/src/app/tools/inks.h index 3570442fc..14cb97a5a 100644 --- a/src/app/tools/inks.h +++ b/src/app/tools/inks.h @@ -26,8 +26,8 @@ public: enum Type { Merge, WithFg, WithBg, Copy, LockAlpha }; private: - AlgoHLine m_proc; Type m_type; + AlgoHLine m_proc; public: PaintInk(Type type) : m_type(type), m_proc(nullptr) { }