PR feedback

This commit is contained in:
Ken Cooke 2016-08-24 10:16:43 -07:00
parent 4b2778f02d
commit 8fbf5a9e8b

View file

@ -90,6 +90,7 @@ public:
} }
} }
private:
AudioClient* _audioClient { nullptr }; AudioClient* _audioClient { nullptr };
bool _quit { false }; bool _quit { false };
}; };