Skip to content

Commit

Permalink
add ATTRIBUTE_HIDDEN to instance class
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Jun 13, 2020
1 parent a960a29 commit bc41e8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Tvheadend.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ typedef P8PLATFORM::SyncedBuffer<tvheadend::HTSPMessage> HTSPMessageQueue;
/*
* Root object for Tvheadend connection
*/
class CTvheadend : public kodi::addon::CInstancePVRClient,
public P8PLATFORM::CThread,
public tvheadend::IHTSPConnectionListener,
public tvheadend::IHTSPDemuxPacketHandler
class ATTRIBUTE_HIDDEN CTvheadend : public kodi::addon::CInstancePVRClient,
public P8PLATFORM::CThread,
public tvheadend::IHTSPConnectionListener,
public tvheadend::IHTSPDemuxPacketHandler
{
public:
CTvheadend(KODI_HANDLE instance, const std::string& kodiVersion);
Expand Down

0 comments on commit bc41e8a

Please sign in to comment.