diff options
Diffstat (limited to 'include/proj/internal/lru_cache.hpp')
| -rw-r--r-- | include/proj/internal/lru_cache.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/internal/lru_cache.hpp b/include/proj/internal/lru_cache.hpp index 2f2c8bd9..b7aff6b9 100644 --- a/include/proj/internal/lru_cache.hpp +++ b/include/proj/internal/lru_cache.hpp @@ -206,7 +206,7 @@ class Cache { } private: - // Dissallow copying. + // Disallow copying. Cache(const Cache&) = delete; Cache& operator=(const Cache&) = delete; |
