Skip to content

Commit

Permalink
MythVRR: Ensure MythDisplay is always included
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Feb 8, 2021
1 parent 3674adf commit b0169a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mythtv/libs/libmythui/mythvrr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "platforms/mythdisplayx11.h"
#include "platforms/mythnvcontrol.h"
#endif
#include "mythdisplay.h"
#include "mythlogging.h"

// Qt
Expand Down Expand Up @@ -50,7 +51,7 @@ MythVRR::MythVRR(bool Controllable, VRRType Type, bool Enabled, MythVRRRange Ran

/*! \brief Create a concrete implementation of MythVRR suitable for the given Display
*/
MythVRRPtr MythVRR::Create(class MythDisplay* Display)
MythVRRPtr MythVRR::Create(MythDisplay* Display)
{
if (!Display)
return nullptr;
Expand Down

0 comments on commit b0169a1

Please sign in to comment.