Added a return statement to remove a compiler warning

This commit is contained in:
Ian Caven 2012-03-20 12:06:38 -07:00
parent a1af57aaac
commit 50d3b3d045

View File

@ -191,7 +191,7 @@ namespace detail
typedef ValueType value_type; typedef ValueType value_type;
struct Stub {}; struct Stub {};
_swizzle_base2& operator= (const Stub& that) {} _swizzle_base2& operator= (const Stub& that) {return *this;}
value_type operator[] (size_t i) const value_type operator[] (size_t i) const
{ {