trans_double_path: Fix member initialization order
Silence GCC -Wreorder warning Signed-off-by: Jaroslaw Pelczar <[email protected]> Change-Id: I14a9e314805f5a39faf6d8a9beb6e6bc24a71eec Reviewed-on: https://review.haiku-os.org/c/haiku/+/1820 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
8e8897315f
commit
412e096a06
@@ -21,10 +21,10 @@ namespace agg
|
|||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
trans_double_path::trans_double_path() :
|
trans_double_path::trans_double_path() :
|
||||||
m_kindex1(0.0),
|
|
||||||
m_kindex2(0.0),
|
|
||||||
m_base_length(0.0),
|
m_base_length(0.0),
|
||||||
m_base_height(1.0),
|
m_base_height(1.0),
|
||||||
|
m_kindex1(0.0),
|
||||||
|
m_kindex2(0.0),
|
||||||
m_status1(initial),
|
m_status1(initial),
|
||||||
m_status2(initial),
|
m_status2(initial),
|
||||||
m_preserve_x_scale(true)
|
m_preserve_x_scale(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user