summaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-21 17:15:32 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-21 17:15:32 +0000
commit780d87deefb042a4e0df667a282b5a190f17ef81 (patch)
tree4d6579ee1fbbe0c8d08b7d0e221e0d102312035b /utility
parentNamed model parts, fix bogie spelling, new brush47 model (diff)
downloadilt-780d87deefb042a4e0df667a282b5a190f17ef81.tar.bz2
ilt-780d87deefb042a4e0df667a282b5a190f17ef81.tar.xz
ilt-780d87deefb042a4e0df667a282b5a190f17ef81.zip
Enable pedantic warnings
Diffstat (limited to 'utility')
-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}
{