Skip to content

Commit

Permalink
MythPainterGPU: Use explicit keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Jan 1, 2021
1 parent f081ca8 commit 896db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythpaintergpu.h
Expand Up @@ -21,7 +21,7 @@ class MUI_PUBLIC MythPainterGPU : public MythPainter
};
Q_DECLARE_FLAGS(ViewControls, ViewControl)

MythPainterGPU(MythMainWindow* Parent);
explicit MythPainterGPU(MythMainWindow* Parent);
~MythPainterGPU() override = default;

void SetViewControl (ViewControls Control);
Expand Down

0 comments on commit 896db14

Please sign in to comment.