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 f9c7392b2..78cde1643 100644
--- a/src/tilematrix_type.hpp
+++ b/src/tilematrix_type.hpp
@@ -69,7 +69,7 @@ public:
T *data; ///< Pointer to data array.
- TileMatrix() : area(INVALID_TILE, 0, 0), data(NULL) {}
+ TileMatrix() : area(INVALID_TILE, 0, 0), data(nullptr) {}
~TileMatrix()
{