File diff r18781:e1de9a06f7cd → r18782:6453522c2154
src/tilematrix_type.hpp
Show inline comments
 
@@ -137,7 +137,7 @@ public:
 
	}
 

	
 
	/** Array access operator, see #Get. */
 
	FORCEINLINE T &operator[](TileIndex tile)
 
	inline T &operator[](TileIndex tile)
 
	{
 
		return *this->Get(tile);
 
	}