From 0491198b1659afd9ae1a4f820aed1f40cd1ecea5 Mon Sep 17 00:00:00 2001
From: arsamus <arsamus.web@gmail.com>
Date: Fri, 3 Jun 2022 17:00:17 -0300
Subject: [PATCH] Update minidexed.cpp

---
 src/minidexed.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/minidexed.cpp b/src/minidexed.cpp
index 2b1b24b..ee83b48 100644
--- a/src/minidexed.cpp
+++ b/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);