Skip to content

Commit

Permalink
mythwelcome/welcomesettings.h: remove errant MPUBLIC (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott committed Jan 21, 2022
1 parent 79afddd commit e6307f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/programs/mythwelcome/welcomesettings.h
Expand Up @@ -4,14 +4,14 @@
// MythTV headers
#include <standardsettings.h>

class MPUBLIC MythWelcomeSettings : public GroupSetting
class MythWelcomeSettings : public GroupSetting
{
Q_OBJECT
public:
MythWelcomeSettings();
};

class MPUBLIC MythShutdownSettings : public GroupSetting
class MythShutdownSettings : public GroupSetting
{
Q_OBJECT
public:
Expand Down

0 comments on commit e6307f5

Please sign in to comment.