Index: src/libchcore/TTimestampProviderTickCount.cpp =================================================================== diff -u -ra4635addad389b9e117679437a3e1b64a739ea96 -rd9527df01ee91b35d9a5fdccb80ded25a9c8265f --- src/libchcore/TTimestampProviderTickCount.cpp (.../TTimestampProviderTickCount.cpp) (revision a4635addad389b9e117679437a3e1b64a739ea96) +++ src/libchcore/TTimestampProviderTickCount.cpp (.../TTimestampProviderTickCount.cpp) (revision d9527df01ee91b35d9a5fdccb80ded25a9c8265f) @@ -22,8 +22,8 @@ namespace chcore { TTimestampProviderTickCount::TTimestampProviderTickCount() : - m_dwLastTimestamp(0), - m_ullTimestampAdjustment(0) + m_ullTimestampAdjustment(0), + m_dwLastTimestamp(0) { }