diff options
Diffstat (limited to 'src/support/file.cpp')
-rw-r--r-- | src/support/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/file.cpp b/src/support/file.cpp index 382b94e4d..19401b21d 100644 --- a/src/support/file.cpp +++ b/src/support/file.cpp @@ -21,7 +21,7 @@ #include <cstdint> #include <limits> -template <typename T> +template<typename T> T wasm::read_file(const std::string& filename, Flags::BinaryOption binary, Flags::DebugOption debug) { if (debug == Flags::Debug) std::cerr << "Loading '" << filename << "'..." << std::endl; std::ifstream infile; |