From dbd2aa965ce554f4939c849be46f35127346cfa6 Mon Sep 17 00:00:00 2001 From: arsamus Date: Thu, 2 Jun 2022 14:57:55 -0300 Subject: [PATCH] Update performanceconfig.h --- src/performanceconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/performanceconfig.h b/src/performanceconfig.h index 9efd573..6247fef 100644 --- a/src/performanceconfig.h +++ b/src/performanceconfig.h @@ -106,7 +106,7 @@ public: unsigned GetLastPerformance(); void SetActualPerformanceID(unsigned nID); unsigned GetActualPerformanceID(); - bool CreateNewPerformanceFile(std::string sPerformanceName); + bool CreateNewPerformanceFile(void); bool GetInternalFolderOk(); std::string GetNewPerformanceDefaultName(void); void SetNewPerformanceName(std::string nName);