Skip to content

Commit

Permalink
Warnings=Errors: types, casts, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
austrianAudioJV committed Nov 20, 2023
1 parent c523e41 commit 14f6952
Show file tree
Hide file tree
Showing 3 changed files with 1,357 additions and 1,338 deletions.
2 changes: 1 addition & 1 deletion resources/Delay.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Delay : private ProcessorBase
Delay()
{
}
~Delay() {}
~Delay() {} ;

void setDelayTime (float delayTimeInSeconds)
{
Expand Down
Loading

0 comments on commit 14f6952

Please sign in to comment.