Update minidexed.cpp

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

@ -1283,8 +1283,7 @@ bool CMiniDexed::SavePerformanceNewFile ()
bool CMiniDexed::DoSavePerformanceNewFile (void)
{
std::string nPerformanceName=""; // for future enhacements: capability to write performance name - Not implemented, delete and modify CreateNewPerformanceFile(Name) to CreateNewPerformanceFile(void)
if (m_PerformanceConfig.CreateNewPerformanceFile(nPerformanceName))
if (m_PerformanceConfig.CreateNewPerformanceFile())
{
if(SavePerformance())
{

Loading…
Cancel
Save