diff options
Diffstat (limited to 'SwifTools/CrashReporter.h')
-rw-r--r-- | SwifTools/CrashReporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/CrashReporter.h b/SwifTools/CrashReporter.h index c80b1a2..1efa801 100644 --- a/SwifTools/CrashReporter.h +++ b/SwifTools/CrashReporter.h @@ -14,7 +14,7 @@ namespace Swift { class CrashReporter { public: - CrashReporter(const boost::filesystem::path& path); + CrashReporter(const boost::filesystem::path& path, const std::string& dumpPrefix); private: struct Private; |