From 780d87deefb042a4e0df667a282b5a190f17ef81 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 21 Feb 2021 17:15:32 +0000 Subject: Enable pedantic warnings --- utility/glRef.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility') diff --git a/utility/glRef.hpp b/utility/glRef.hpp index aae6629..8596bd3 100644 --- a/utility/glRef.hpp +++ b/utility/glRef.hpp @@ -11,7 +11,7 @@ public: if (!id) { throw std::runtime_error("Get function failed"); } - }; + } glRef(glRef && other) : id {other.id} { -- cgit v1.2.3