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:
Murai Takashi
2018-08-19 20:36:25 +00:00
committed by waddlesplash
parent d9863ca8dc
commit 92b072972b
5 changed files with 5 additions and 5 deletions
@@ -22,7 +22,7 @@ namespace BHPKG {
class BPackageEntry;
class BPackageEntryAttribute;
class BPackageInfoAttributeValue;
struct BPackageInfoAttributeValue;
namespace BPrivate {