Interrim checkin

This commit is contained in:
Robin Davies
2023-03-21 08:34:35 -04:00
parent 3ab431779a
commit 7a9fc9a2ad
5 changed files with 76 additions and 30 deletions
+2 -1
View File
@@ -31,6 +31,7 @@
#include "SplitEffect.hpp"
#include "CpuGovernor.hpp"
#include "RingBufferReader.hpp"
#include "PiPedalUI.hpp"
#ifndef NO_MLOCK
#include <sys/mman.h>
@@ -1735,5 +1736,5 @@ void PiPedalModel::SetSystemMidiBindings(std::vector<MidiBinding> &bindings)
std::vector<std::string> PiPedalModel::GetFileList(const PiPedalFileProperty&fileProperty)
{
return this->storage.GetFileList(PiPedalFilesProperty&fileProperty);
return this->storage.GetFileList(fileProperty);
}