We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0205234 commit 63fab7bCopy full SHA for 63fab7b
mythtv/libs/libmythui/mediamonitor.h
@@ -12,7 +12,7 @@
12
#include "libmythbase/mythmedia.h"
13
#include "libmythui/mythuiexp.h"
14
15
-typedef void (*MediaCallback)(MythMediaDevice *mediadevice, bool forcePlayback);
+using MediaCallback = void (*)(MythMediaDevice *, bool);
16
17
/// Stores details of media handlers
18
0 commit comments