Skip to content

Commit

Permalink
[Fix] Fix previous commit.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21610 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Sep 19, 2024
1 parent e061a71 commit 310442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracklib/TimeStretchPitchShift.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Base

Base(UpdateProgressFunc updateProgress, PrepareUndoFunc prepareUndo,
CSoundFile &sndFile, SAMPLEINDEX sample, float pitch, float stretchRatio, SmpLength start, SmpLength end);
virtual ~Base();
virtual ~Base() = default;

virtual Result Process() = 0;

Expand Down

0 comments on commit 310442d

Please sign in to comment.