The last one compil error fix.

This commit is contained in:
jean-pierre charras 2012-09-02 19:53:34 +02:00
commit 61c3339d09
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ void PARAM_CFG_SETCOLOR::SaveParam( wxConfigBase* aConfig ) const
if( m_Pt_param == NULL || aConfig == NULL )
return;
aConfig->Write( m_Ident, *m_Pt_param );
aConfig->Write( m_Ident, (long) *m_Pt_param );
}