From c60d0059738eb49622dfe94e69d371856748ec18 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 5 May 2018 21:09:21 -0400 Subject: Backport: Make some changes recommended by clang-tidy. Backport of changeset 6687:4cbf987c7590. --- src/Style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Style.h') diff --git a/src/Style.h b/src/Style.h index f2d70039f..e119bc65e 100644 --- a/src/Style.h +++ b/src/Style.h @@ -36,7 +36,7 @@ public: // FontAlias objects can not be assigned except for initialization FontAlias &operator=(const FontAlias &) = delete; FontAlias(const FontAlias &); - virtual ~FontAlias(); + ~FontAlias() override; void MakeAlias(Font &fontOrigin); void ClearFont(); }; -- cgit v1.2.3