diff options
Diffstat (limited to 'src/storm/SWrapper.cpp')
| -rw-r--r-- | src/storm/SWrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storm/SWrapper.cpp b/src/storm/SWrapper.cpp index 2e3b109..d17042f 100644 --- a/src/storm/SWrapper.cpp +++ b/src/storm/SWrapper.cpp @@ -16,7 +16,7 @@ SWrapper::SWrapper(const std::string& path) { } } -bool SWrapper::CreateFile(std::string path, std::vector<char> data) { +bool SWrapper::CreateFile(const std::string& path, std::vector<char> data) { HANDLE hFile; #ifdef _WIN32 SYSTEMTIME sysTime; |
