diff options
Diffstat (limited to 'core/io/file_access_buffered.h')
-rw-r--r-- | core/io/file_access_buffered.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/file_access_buffered.h b/core/io/file_access_buffered.h index 2832367a8b..f473886330 100644 --- a/core/io/file_access_buffered.h +++ b/core/io/file_access_buffered.h @@ -66,7 +66,7 @@ protected: int offset; } cache; - virtual int read_data_block(int p_offset, int p_size, uint8_t *p_dest = 0) const = 0; + virtual int read_data_block(int p_offset, int p_size, uint8_t *p_dest = nullptr) const = 0; void set_cache_size(int p_size); int get_cache_size(); |