From 3bee8ef61de091b9505c5f5210454afdc9d4a92d Mon Sep 17 00:00:00 2001 From: Murai Takashi Date: Sat, 25 Aug 2018 17:42:31 +0900 Subject: [PATCH] Package Kit: Fix -Wmismatched-tags Replace class with struct, since BJobStateListener is previously declared as a struct in Job.h Pointed by clang [-Wmismatched-tags] Change-Id: I75293b48bcb521d25e98702d1fc1e0ab1008d504 Reviewed-on: https://review.haiku-os.org/482 Reviewed-by: waddlesplash --- headers/os/package/Context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/package/Context.h b/headers/os/package/Context.h index effe09cce0..a24858bc3e 100644 --- a/headers/os/package/Context.h +++ b/headers/os/package/Context.h @@ -11,7 +11,7 @@ namespace BSupportKit { - class BJobStateListener; + struct BJobStateListener; }