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 <waddlesplash@gmail.com>
This commit is contained in:
parent
c2d37953f3
commit
3bee8ef61d
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
namespace BSupportKit {
|
||||
class BJobStateListener;
|
||||
struct BJobStateListener;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user