summaryrefslogtreecommitdiff
path: root/src/tilematrix_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilematrix_type.hpp')
-rw-r--r--src/tilematrix_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilematrix_type.hpp b/src/tilematrix_type.hpp
index 047d701b6..fd5a94abc 100644
--- a/src/tilematrix_type.hpp
+++ b/src/tilematrix_type.hpp
@@ -137,7 +137,7 @@ public:
}
/** Array access operator, see #Get. */
- FORCEINLINE T &operator[](TileIndex tile)
+ inline T &operator[](TileIndex tile)
{
return *this->Get(tile);
}