From 6419386c4c382753509425826ee609dd07d4ae72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 22:39:29 +0300 Subject: add const to other files. --- src/utils/physfstools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/physfstools.cpp') diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp index 38f3a408f..cf87fa9ab 100644 --- a/src/utils/physfstools.cpp +++ b/src/utils/physfstools.cpp @@ -61,7 +61,7 @@ namespace PhysFs return PHYSFS_isDirectory(fname); } - void freeList(void *listVar) + void freeList(void *const listVar) { PHYSFS_freeList(listVar); } -- cgit v1.2.3-60-g2f50