From cf9856d0614a5a4ac4b27c1f5b615a9fb0fb4d0e Mon Sep 17 00:00:00 2001 From: MrGeorgen Date: Wed, 24 Jun 2020 21:52:06 +0200 Subject: [PATCH] fixed file.h --- include/acl/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acl/file.h b/include/acl/file.h index 710a4ed..a4ab280 100644 --- a/include/acl/file.h +++ b/include/acl/file.h @@ -1,5 +1,5 @@ #ifndef acl_file_h #define acl_file_h #include -char* acl_ReadTextFile(char *filePath, bool *sucess); +char* acl_ReadTextFile(const char *filePath, bool *sucess); #endif