summaryrefslogtreecommitdiff
path: root/include/llmr/geometry
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-21 13:08:13 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-21 13:08:13 +0100
commite382cab17dd399ef851a4a2800a11dd7b9a69c15 (patch)
treeff54618a2124267ea45ecf227e0f43058cb34168 /include/llmr/geometry
parent4418f2d1c8f51ee268e2180c287abae0b8dbc574 (diff)
downloadqtlocation-mapboxgl-e382cab17dd399ef851a4a2800a11dd7b9a69c15.tar.gz
make implicit type conversions explicit
Diffstat (limited to 'include/llmr/geometry')
-rw-r--r--include/llmr/geometry/vertex_buffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/geometry/vertex_buffer.hpp b/include/llmr/geometry/vertex_buffer.hpp
index 9d053693c9..a9236992c1 100644
--- a/include/llmr/geometry/vertex_buffer.hpp
+++ b/include/llmr/geometry/vertex_buffer.hpp
@@ -17,7 +17,7 @@ public:
* Returns the number of elements in this buffer. This is not the number of
* bytes, but rather the number of coordinates with associated information.
*/
- uint32_t index() const;
+ size_t index() const;
/*
* Transfers this buffer to the GPU and binds the buffer to the GL context.