Skip to content

Commit

Permalink
Merge 00dad56 into e817b69
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 19, 2021
2 parents e817b69 + 00dad56 commit b695f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/effects/backends/builtin/reverbeffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class ReverbGroupState : public EffectState {
public:
ReverbGroupState(const mixxx::EngineParameters& engineParameters)
: EffectState(engineParameters),
sampleRate(engineParameters.sampleRate()),
sendPrevious(0) {
}

Expand Down
1 change: 1 addition & 0 deletions src/engine/effects/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ class EffectsRequestHandler {
virtual bool processEffectsRequest(
EffectsRequest& message,
EffectsResponsePipe* pResponsePipe) = 0;
virtual ~EffectsRequestHandler() = default;
};

0 comments on commit b695f0a

Please sign in to comment.