Skip to content

Commit

Permalink
Add missing override keyword in EngineMicrophone
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Mar 30, 2022
1 parent 3b415ae commit 7a8085b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/channels/enginemicrophone.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class EngineMicrophone : public EngineChannel, public AudioDestination {
EffectsManager* pEffectsManager);
~EngineMicrophone() override;

ActiveState updateActiveState();
ActiveState updateActiveState() override;

// Called by EngineMaster whenever is requesting a new buffer of audio.
void process(CSAMPLE* pOutput, const int iBufferSize) override;
Expand Down

0 comments on commit 7a8085b

Please sign in to comment.