worked on Image

This commit is contained in:
fourtf
2018-08-06 18:25:47 +02:00
parent c2e2dfb577
commit 35d462d1f1
15 changed files with 284 additions and 302 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
return element_;
}
typename std::add_lvalue_reference<T>::type &operator*() const
typename std::add_lvalue_reference<T>::type operator*() const
{
assert(this->hasElement());