mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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:
|
||||
|
||||
T* _ptr;
|
||||
int _stride = sizeof(T);
|
||||
int _stride;
|
||||
};
|
||||
|
||||
template <typename T> Iterator<T> begin() { return Iterator<T>(&edit<T>(0), _stride); }
|
||||
|
|
Loading…
Reference in a new issue