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:
X512
2020-03-23 01:30:23 +00:00
committed by waddlesplash
parent 77f5125586
commit 8152128002
21 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -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;
+4 -4
View File
@@ -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];
};