mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Silence -Wreorder warnings.
This commit is contained in:
parent
3e84eafe15
commit
e166958881
|
@ -97,7 +97,7 @@ public:
|
||||||
inline CBrushEdge(void) : bed_pwedWorking(NULL) {};
|
inline CBrushEdge(void) : bed_pwedWorking(NULL) {};
|
||||||
/* Constructor with two vertices. */
|
/* Constructor with two vertices. */
|
||||||
inline CBrushEdge(CBrushVertex *pbvx0, CBrushVertex *pbvx1)
|
inline CBrushEdge(CBrushVertex *pbvx0, CBrushVertex *pbvx1)
|
||||||
: bed_pwedWorking(NULL), bed_pbvxVertex0(pbvx0), bed_pbvxVertex1(pbvx1) {};
|
: bed_pbvxVertex0(pbvx0), bed_pbvxVertex1(pbvx1), bed_pwedWorking(NULL) {};
|
||||||
/* Clear the object. */
|
/* Clear the object. */
|
||||||
inline void Clear(void) {};
|
inline void Clear(void) {};
|
||||||
/* Test if this edge touches another one. */
|
/* Test if this edge touches another one. */
|
||||||
|
|
|
@ -121,9 +121,9 @@ public:
|
||||||
, ep_ulID (ulID )
|
, ep_ulID (ulID )
|
||||||
, ep_slOffset (slOffset )
|
, ep_slOffset (slOffset )
|
||||||
, ep_strName (strName )
|
, ep_strName (strName )
|
||||||
|
, ep_ulFlags (ulFlags )
|
||||||
, ep_chShortcut (chShortcut )
|
, ep_chShortcut (chShortcut )
|
||||||
, ep_colColor (colColor )
|
, ep_colColor (colColor )
|
||||||
, ep_ulFlags (ulFlags )
|
|
||||||
{};
|
{};
|
||||||
CEntityProperty(void) {};
|
CEntityProperty(void) {};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user