Fix clang warning "mismatched-tags"
Change-Id: I00f26e27d8ac24a46b528ea7ed47b92c2967ff2e Reviewed-on: https://review.haiku-os.org/c/haiku/+/2390 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -16,7 +16,7 @@ class BPopUpMenu;
|
||||
class BShelf;
|
||||
|
||||
namespace BPrivate {
|
||||
class replicant_data;
|
||||
struct replicant_data;
|
||||
class ShelfContainerViewFilter;
|
||||
};
|
||||
|
||||
@@ -79,7 +79,7 @@ protected:
|
||||
|
||||
private:
|
||||
friend class BPrivate::ShelfContainerViewFilter;
|
||||
friend class BPrivate::replicant_data;
|
||||
friend struct BPrivate::replicant_data;
|
||||
friend class Private;
|
||||
friend class BShelf;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ class _BZombieReplicantView_;
|
||||
struct entry_ref;
|
||||
|
||||
namespace BPrivate {
|
||||
class replicant_data;
|
||||
struct replicant_data;
|
||||
class ShelfContainerViewFilter;
|
||||
};
|
||||
|
||||
@@ -116,10 +116,10 @@ private:
|
||||
BPoint* location, uint32 uniqueID);
|
||||
BView* _GetReplicant(BMessage* data, BView* view,
|
||||
const BPoint& point, BDragger*& dragger,
|
||||
BDragger::relation& relation);
|
||||
BDragger::relation& relation);
|
||||
_BZombieReplicantView_* _CreateZombie(BMessage *data,
|
||||
BDragger *&dragger);
|
||||
|
||||
|
||||
status_t _GetProperty(BMessage* message,
|
||||
BMessage* reply);
|
||||
static void _GetReplicantData(BMessage* message,
|
||||
@@ -141,7 +141,7 @@ private:
|
||||
bool fDisplayZombies;
|
||||
bool fAllowZombies;
|
||||
bool fTypeEnforced;
|
||||
|
||||
|
||||
uint32 _reserved[8];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user