Fix more class/struct mixups.
This commit is contained in:
@@ -111,7 +111,7 @@ private:
|
||||
friend class _BMCMenuBar_;
|
||||
friend class LabelLayoutItem;
|
||||
friend class MenuBarLayoutItem;
|
||||
friend class LayoutData;
|
||||
friend struct LayoutData;
|
||||
|
||||
BMenuField(const char* name,
|
||||
const char* label, BMenu* menu,
|
||||
|
||||
@@ -16,10 +16,10 @@ namespace BPackageKit {
|
||||
namespace BHPKG {
|
||||
|
||||
|
||||
class BPackageAttributeValue;
|
||||
struct BPackageAttributeValue;
|
||||
class BPackageEntry;
|
||||
class BPackageEntryAttribute;
|
||||
class BPackageInfoAttributeValue;
|
||||
struct BPackageInfoAttributeValue;
|
||||
|
||||
|
||||
class BLowLevelPackageContentHandler {
|
||||
|
||||
@@ -16,13 +16,13 @@ namespace BPackageKit {
|
||||
namespace BHPKG {
|
||||
|
||||
|
||||
class BPackageInfoAttributeValue;
|
||||
struct BPackageInfoAttributeValue;
|
||||
|
||||
|
||||
namespace V1 {
|
||||
|
||||
|
||||
class BPackageAttributeValue;
|
||||
struct BPackageAttributeValue;
|
||||
class BPackageEntry;
|
||||
class BPackageEntryAttribute;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user