Update minidexed.cpp

pull/267/head
arsamus 3 years ago committed by GitHub
parent dbd2aa965c
commit 0491198b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/minidexed.cpp

@ -52,7 +52,8 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
m_bProfileEnabled (m_pConfig->GetProfileEnabled ()),
m_bSavePerformance (false),
m_bSavePerformanceNewFile (false),
m_bSetNewPerformance (false)
m_bSetNewPerformance (false),
m_bDeletePerformance (false)
{
assert (m_pConfig);

Loading…
Cancel
Save