aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/iomanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/iomanager.h')
-rw-r--r--yage/core/iomanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/iomanager.h b/yage/core/iomanager.h
index 9d796914..69436364 100644
--- a/yage/core/iomanager.h
+++ b/yage/core/iomanager.h
@@ -18,7 +18,7 @@ namespace yage
namespace IoManager
{
-extern bool readFileToBuffer(const std::string &file_path,
+extern bool readFileToBuffer(std::string const &file_path,
std::vector<unsigned char> &buffer);
}