mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
make this build on older gcc
This commit is contained in:
parent
6fd38fabe4
commit
5e66a079c4
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ public:
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
T* _ptr;
|
T* _ptr;
|
||||||
int _stride = sizeof(T);
|
int _stride;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T> Iterator<T> begin() { return Iterator<T>(&edit<T>(0), _stride); }
|
template <typename T> Iterator<T> begin() { return Iterator<T>(&edit<T>(0), _stride); }
|
||||||
|
|
Loading…
Reference in a new issue