diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
commit | c8e0e909b4a8d18319fc65434a10dc446434817c (patch) | |
tree | eee91e7d2ce229dd043811eae8f1e2bd78061916 /zen/zstring.cpp | |
parent | 5.2 (diff) | |
download | FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.gz FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.bz2 FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.zip |
5.3
Diffstat (limited to 'zen/zstring.cpp')
-rw-r--r-- | zen/zstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/zstring.cpp b/zen/zstring.cpp index 622fb975..182bad91 100644 --- a/zen/zstring.cpp +++ b/zen/zstring.cpp @@ -67,7 +67,7 @@ std::string LeakChecker::rawMemToString(const void* ptr, size_t size) } -void LeakChecker::reportProblem(const std::string& message) //throw (std::logic_error) +void LeakChecker::reportProblem(const std::string& message) //throw std::logic_error { #ifdef FFS_WIN ::MessageBoxA(nullptr, message.c_str(), "Error", 0); |