aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/Clients
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2019-09-26 13:46:08 +0100
committerRechi <Rechi@users.noreply.github.com>2019-09-26 13:46:08 +0100
commiteecc6665f34e8445d7b1f548b8be6fd74167fb54 (patch)
tree597ff2ffaa4b94aa44aea83a34bb7ba81a4a3ec7 /tools/EventClients/Clients
parentb8b5fc7895295b134ea2e6dd6f293490c7332671 (diff)
[modernize] use-equals-default
Diffstat (limited to 'tools/EventClients/Clients')
-rw-r--r--tools/EventClients/Clients/OSXRemote/xbmcclientwrapper.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/xbmcclientwrapper.mm b/tools/EventClients/Clients/OSXRemote/xbmcclientwrapper.mm
index a4f440be65..643725f12a 100644
--- a/tools/EventClients/Clients/OSXRemote/xbmcclientwrapper.mm
+++ b/tools/EventClients/Clients/OSXRemote/xbmcclientwrapper.mm
@@ -30,7 +30,7 @@
//helper class for easy EventSequence handling
class XBMCClientEventSequence{
public:
- XBMCClientEventSequence(){}
+ XBMCClientEventSequence() = default;
//implicit conversion
XBMCClientEventSequence(eATVClientEvent f_event){