aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/iomanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/iomanager.cpp')
-rw-r--r--yage/core/iomanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/iomanager.cpp b/yage/core/iomanager.cpp
index ff920f97..1b2aba02 100644
--- a/yage/core/iomanager.cpp
+++ b/yage/core/iomanager.cpp
@@ -19,7 +19,7 @@ namespace yage
namespace IoManager
{
-bool readFileToBuffer(const std::string &file_path,
+bool readFileToBuffer(std::string const &file_path,
std::vector<unsigned char> &buffer)
{
std::ifstream file(file_path, std::ios::binary);