Remove unnecessary virtual keywords

This commit is contained in:
Lioncash 2015-07-30 06:47:02 -04:00
commit 7ee0e75633
38 changed files with 211 additions and 207 deletions

View file

@ -31,7 +31,7 @@ public:
void UnderflowCallback(pa_stream *s);
private:
virtual void SoundLoop() override;
void SoundLoop() override;
bool PulseInit();
void PulseShutdown();