GUI: proper sample errors

This commit is contained in:
tildearrow 2022-03-23 16:39:08 -05:00
parent 5a08e0d230
commit 6492eeff56
3 changed files with 12 additions and 7 deletions

View file

@ -489,7 +489,7 @@ class DivEngine {
int addSample();
// add sample from file
bool addSampleFromFile(const char* path);
int addSampleFromFile(const char* path);
// delete sample
void delSample(int index);