diff options
Diffstat (limited to 'src/processor')
-rw-r--r-- | src/processor/testdata/test_app.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/processor/testdata/test_app.cc b/src/processor/testdata/test_app.cc index 439c2191..d1dbbcce 100644 --- a/src/processor/testdata/test_app.cc +++ b/src/processor/testdata/test_app.cc @@ -41,6 +41,7 @@ namespace { static bool callback(const wchar_t *dump_path, const wchar_t *id, void *context, EXCEPTION_POINTERS *exinfo, + MDRawAssertionInfo *assertion, bool succeeded) { if (succeeded) { printf("dump guid is %ws\n", id); |