Address a bunch of review comments
This commit is contained in:
parent
1de63f9b16
commit
b0aed19823
10 changed files with 21 additions and 14 deletions
|
@ -11,7 +11,7 @@ namespace DiscordRPC {
|
|||
class DiscordImpl : public DiscordInterface {
|
||||
public:
|
||||
DiscordImpl();
|
||||
~DiscordImpl();
|
||||
~DiscordImpl() override;
|
||||
|
||||
void Pause() override;
|
||||
void Update() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue