aboutsummaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuzzer/FuzzerInternal.h')
-rw-r--r--lib/fuzzer/FuzzerInternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuzzer/FuzzerInternal.h b/lib/fuzzer/FuzzerInternal.h
index ca4cdf81e..f20dae014 100644
--- a/lib/fuzzer/FuzzerInternal.h
+++ b/lib/fuzzer/FuzzerInternal.h
@@ -87,7 +87,7 @@ public:
void HandleMalloc(size_t Size);
static void MaybeExitGracefully();
- void WriteToOutputCorpus(const Unit &U);
+ std::string WriteToOutputCorpus(const Unit &U);
private:
void AlarmCallback();