diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-02-04 16:30:09 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-02-08 12:50:00 +0100 |
commit | 5c3b01ffcfa6f10473d9eb54bd025a2276744a90 (patch) | |
tree | 8918983093de82b0602bb0b4c5fc4bc5f453f3c5 /include | |
parent | 2f06ca74e2a7b538a6ce09270c1e78987755adfb (diff) | |
download | qtlocation-mapboxgl-5c3b01ffcfa6f10473d9eb54bd025a2276744a90.tar.gz |
[core] move util/gl_helper.hpp to gl/gl_helper.hpp
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/gl/gl_helper.hpp (renamed from include/mbgl/util/gl_helper.hpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/gl_helper.hpp b/include/mbgl/gl/gl_helper.hpp index d4f60222d0..e1fb8c27c5 100644 --- a/include/mbgl/util/gl_helper.hpp +++ b/include/mbgl/gl/gl_helper.hpp @@ -1,5 +1,5 @@ -#ifndef MBGL_UTIL_GL_HELPER -#define MBGL_UTIL_GL_HELPER +#ifndef MBGL_GL_GL_HELPER +#define MBGL_GL_GL_HELPER #include <mbgl/gl/gl.hpp> |