Packagekit: Fix -Wmismatched-tags
Replace 'class' with 'struct', since they are already defined as 'struct' in PackageInfoAttributeValue.h Pointed by clang [-Wmismatched-tags] Change-Id: I094d32c3444fe4299a3afe0872ade296f92debf9 Reviewed-on: https://review.haiku-os.org/471 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
d9863ca8dc
commit
92b072972b
@@ -22,7 +22,7 @@ namespace BHPKG {
|
||||
|
||||
class BPackageEntry;
|
||||
class BPackageEntryAttribute;
|
||||
class BPackageInfoAttributeValue;
|
||||
struct BPackageInfoAttributeValue;
|
||||
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
Reference in New Issue
Block a user