diff options
Diffstat (limited to 'include/elna/boot/dependency.h')
| -rw-r--r-- | include/elna/boot/dependency.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elna/boot/dependency.h b/include/elna/boot/dependency.h index 24ded26..e6cfb36 100644 --- a/include/elna/boot/dependency.h +++ b/include/elna/boot/dependency.h @@ -79,12 +79,12 @@ namespace elna::boot return this->cache.end(); } - const_iterator cbegin() const + const_iterator begin() const { return this->cache.cbegin(); } - const_iterator cend() const + const_iterator end() const { return this->cache.cend(); } |
