aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/barchive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/barchive.cpp')
-rw-r--r--engines/draci/barchive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/barchive.cpp b/engines/draci/barchive.cpp
index 2a27e6a383..12d0987262 100644
--- a/engines/draci/barchive.cpp
+++ b/engines/draci/barchive.cpp
@@ -393,7 +393,7 @@ void BArchive::clearCache() {
}
-BAFile *BArchive::getFile(unsigned int i) const {
+const BAFile *BArchive::getFile(unsigned int i) const {
// Check whether requested file exists
if (i >= _fileCount) {