From e88418c0145ddeba97116e49074dd8e2e9edea7a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 22 Dec 2014 23:05:12 +0000 Subject: Make memleakfinder_setup_exit_report() take a std::string, for C++ style. --- lib/common/MemLeakFinder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common/MemLeakFinder.h') diff --git a/lib/common/MemLeakFinder.h b/lib/common/MemLeakFinder.h index 1a2cf90c..3beedbe9 100644 --- a/lib/common/MemLeakFinder.h +++ b/lib/common/MemLeakFinder.h @@ -43,7 +43,7 @@ void memleakfinder_reportleaks(); void memleakfinder_reportleaks_appendfile(const char *filename, const char *markertext); -void memleakfinder_setup_exit_report(const char *filename, const char *markertext); +void memleakfinder_setup_exit_report(const std::string& filename, const char *markertext); void memleakfinder_startsectionmonitor(); -- cgit v1.2.3