Fix previous commit oopsies

This commit is contained in:
Lynix
2017-10-14 18:27:37 +02:00
parent 683b09144d
commit 46cf06f446
3 changed files with 17 additions and 17 deletions

View File

@@ -74,8 +74,8 @@ namespace Nz
const_iterator cbegin() const noexcept;
const_iterator cend() const noexcept;
const_iterator crbegin() const noexcept;
const_iterator crend() const noexcept;
const_reverse_iterator crbegin() const noexcept;
const_reverse_iterator crend() const noexcept;
T* data() noexcept;
const T* data() const noexcept;