summaryrefslogtreecommitdiff
path: root/src/yuzu/discord_impl.h
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-09-17 17:16:01 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-10-02 15:30:48 +0200
commitb4ace6ec6f86079b3bd297f95dfe133240b53e15 (patch)
treeefbbacb734024ad2b0be5980bf67f553976c2c11 /src/yuzu/discord_impl.h
parent4d139943f2407144d5f8e3dc5a673f24850d43d0 (diff)
Address a bunch of review comments
Diffstat (limited to 'src/yuzu/discord_impl.h')
-rw-r--r--src/yuzu/discord_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/discord_impl.h b/src/yuzu/discord_impl.h
index d71428c10..4bfda8cdf 100644
--- a/src/yuzu/discord_impl.h
+++ b/src/yuzu/discord_impl.h
@@ -11,7 +11,7 @@ namespace DiscordRPC {
class DiscordImpl : public DiscordInterface {
public:
DiscordImpl();
- ~DiscordImpl();
+ ~DiscordImpl() override;
void Pause() override;
void Update() override;