summaryrefslogtreecommitdiff
path: root/utility/glRef.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'utility/glRef.hpp')
-rw-r--r--utility/glRef.hpp2
1 files changed, 1 insertions, 1 deletions
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}
{