prc: Reorder ConfigDeclaration::Word fields for better packing
This commit is contained in:
parent
5e24e7347c
commit
f4d394ecd8
|
|
@ -107,10 +107,10 @@ private:
|
|||
class Word {
|
||||
public:
|
||||
std::string _str;
|
||||
bool _bool;
|
||||
int _int;
|
||||
int64_t _int_64;
|
||||
double _double;
|
||||
int _int;
|
||||
bool _bool;
|
||||
short _flags;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue