diff options
Diffstat (limited to 'source/core/slang-zip-file-system.h')
| -rw-r--r-- | source/core/slang-zip-file-system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-zip-file-system.h b/source/core/slang-zip-file-system.h index 47c7b8db3..4a95cd51c 100644 --- a/source/core/slang-zip-file-system.h +++ b/source/core/slang-zip-file-system.h @@ -19,7 +19,7 @@ public: }; /// Get as an archive (that can be saved to disk) - virtual ArrayView<uint8_t> getArchive() = 0; + virtual ConstArrayView<uint8_t> getArchive() = 0; /// Set the compression - used for any subsequent items added virtual void setCompressionType(CompressionType type) = 0; |
