summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/vao.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/geometry/vao.cpp')
-rw-r--r--src/mbgl/geometry/vao.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/geometry/vao.cpp b/src/mbgl/geometry/vao.cpp
index 46f10cb48c..d797a11b41 100644
--- a/src/mbgl/geometry/vao.cpp
+++ b/src/mbgl/geometry/vao.cpp
@@ -13,8 +13,7 @@ void VertexArrayObject::Unbind() {
VertexArrayObject::VertexArrayObject() {
}
-VertexArrayObject::~VertexArrayObject() {
-}
+VertexArrayObject::~VertexArrayObject() = default;
void VertexArrayObject::bindVertexArrayObject(gl::ObjectStore& store) {
if (!gl::GenVertexArrays || !gl::BindVertexArray) {