diff options
Diffstat (limited to 'Source/Core/VideoCommon/ImageWrite.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/ImageWrite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/ImageWrite.cpp b/Source/Core/VideoCommon/ImageWrite.cpp index f50c5d02b4..e8c55088c1 100644 --- a/Source/Core/VideoCommon/ImageWrite.cpp +++ b/Source/Core/VideoCommon/ImageWrite.cpp @@ -12,7 +12,7 @@ #include "Common/Logging/Log.h" #include "VideoCommon/ImageWrite.h" -bool SaveData(const std::string& filename, const char* data) +bool SaveData(const std::string& filename, const std::string& data) { std::ofstream f; OpenFStream(f, filename, std::ios::binary); |
