Use in wxPG classes wxMilliClock_t variables to store values returned by wxGetLocalTimeMillis() function.
wxMilliClock_t is always mapped to the proper base type and hence can be used even if wxLongLong type is not defined (when wxUSE_LONGLONG is disabled).
This commit is contained in:
@@ -1213,7 +1213,7 @@ void wxPropertyGrid::OnTLPChanging( wxWindow* newTLP )
|
||||
if ( newTLP == m_tlp )
|
||||
return;
|
||||
|
||||
wxLongLong currentTime = ::wxGetLocalTimeMillis();
|
||||
wxMilliClock_t currentTime = ::wxGetLocalTimeMillis();
|
||||
|
||||
//
|
||||
// Parent changed so let's redetermine and re-hook the
|
||||
|
Reference in New Issue
Block a user