From f3e75c7f821675740736b46094382d55c7e6ee5c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 21 Jun 2017 13:13:11 +0100 Subject: Creating general includes for easier use --- include/YAGE/iomanager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/YAGE/iomanager.hpp b/include/YAGE/iomanager.hpp index ef80b515..a0bc22ba 100644 --- a/include/YAGE/iomanager.hpp +++ b/include/YAGE/iomanager.hpp @@ -10,7 +10,7 @@ namespace yage class IoManager { public: - static bool readFileToBuffer(const std::string &file_path, std::vector &buffer); + static bool readFileToBuffer(const std::string &file_path, std::vector &buffer); }; } // yage -- cgit