From 6152e8545a7d5b8939d92f62624391cc9642aefe Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 24 Jan 2022 23:50:04 -0800 Subject: [PATCH] extraneous semicolon --- app/common/bezier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/bezier.h b/app/common/bezier.h index 776c72436..8d20a75ec 100644 --- a/app/common/bezier.h +++ b/app/common/bezier.h @@ -98,6 +98,6 @@ private: } -Q_DECLARE_METATYPE(olive::Bezier); +Q_DECLARE_METATYPE(olive::Bezier) #endif // BEZIER_H