Skip to content

Commit

Permalink
add ATTRIBUTE_HIDDEN
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Aug 27, 2019
1 parent f3f274f commit ef1172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MilkdropXBMC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int lastPresetIndx = 0;
char lastPresetDir[1024] = "";
bool lastLockedStatus = false;

class CVisualizationMilkdrop
class ATTRIBUTE_HIDDEN CVisualizationMilkdrop
: public kodi::addon::CAddonBase
, public kodi::addon::CInstanceVisualization
{
Expand Down

0 comments on commit ef1172c

Please sign in to comment.