Move the now used boolean to the old place in order to avoid different padding
to happen and therefor changing the object size. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26021 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -332,7 +332,6 @@ private:
|
|||||||
char* fTitle;
|
char* fTitle;
|
||||||
int32 _unused0;
|
int32 _unused0;
|
||||||
bool fInTransaction;
|
bool fInTransaction;
|
||||||
bool fUpdateRequested;
|
|
||||||
bool fActive;
|
bool fActive;
|
||||||
short fShowLevel;
|
short fShowLevel;
|
||||||
uint32 fFlags;
|
uint32 fFlags;
|
||||||
@@ -345,6 +344,7 @@ private:
|
|||||||
BButton* fDefaultButton;
|
BButton* fDefaultButton;
|
||||||
BList fShortcuts;
|
BList fShortcuts;
|
||||||
int32 fTopViewToken;
|
int32 fTopViewToken;
|
||||||
|
bool fUpdateRequested;
|
||||||
bool _unused3;
|
bool _unused3;
|
||||||
bool fIsFilePanel;
|
bool fIsFilePanel;
|
||||||
bool _unused4;
|
bool _unused4;
|
||||||
|
|||||||
Reference in New Issue
Block a user