From 24d206f08038a655496f513022d5a744ed693b4a Mon Sep 17 00:00:00 2001 From: arsamus Date: Sun, 22 May 2022 01:40:00 -0300 Subject: [PATCH] Update minidexed.h --- src/minidexed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minidexed.h b/src/minidexed.h index c3ba215..8a928ed 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -112,7 +112,7 @@ public: bool SavePerformanceNewFile (); unsigned GetMenuSelectedPerformanceID(); void SetMenuSelectedPerformanceID(unsigned nID); - bool DoSavePerformance (void); + bool DoSavePerformanceNewFile (void); bool DoSetNewPerformance (void);