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 <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
c2d37953f3
commit
3bee8ef61d
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
|
|
||||||
namespace BSupportKit {
|
namespace BSupportKit {
|
||||||
class BJobStateListener;
|
struct BJobStateListener;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user