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;
|
||||
int32 _unused0;
|
||||
bool fInTransaction;
|
||||
bool fUpdateRequested;
|
||||
bool fActive;
|
||||
short fShowLevel;
|
||||
uint32 fFlags;
|
||||
@@ -345,6 +344,7 @@ private:
|
||||
BButton* fDefaultButton;
|
||||
BList fShortcuts;
|
||||
int32 fTopViewToken;
|
||||
bool fUpdateRequested;
|
||||
bool _unused3;
|
||||
bool fIsFilePanel;
|
||||
bool _unused4;
|
||||
|
||||
Reference in New Issue
Block a user