mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
declare two member variables in the opposite order so we don't get a warning about initializing them backwards
This commit is contained in:
parent
5067b26960
commit
50e52c9dae
@ -165,8 +165,8 @@ class IonContext
|
||||
return assemblerCount_++;
|
||||
}
|
||||
private:
|
||||
int assemblerCount_;
|
||||
IonContext *prev_;
|
||||
int assemblerCount_;
|
||||
};
|
||||
|
||||
extern IonOptions js_IonOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user