Skip to content

Commit

Permalink
codacy review
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaello committed Nov 1, 2023
1 parent 4efcd62 commit aaf07e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace HyperSonicDrivers::audio::stubs
int rate = 44100;

StubMixer() : IMixer(32, 44100, 1024) {};
StubMixer(const int freq) : IMixer(32, freq, 1024) {};
explicit StubMixer(const int freq) : IMixer(32, freq, 1024) {};

bool init() override { return true; };

Expand Down

0 comments on commit aaf07e9

Please sign in to comment.