diff --git a/modules/juce_gui_extra/misc/juce_ColourSelector.h b/modules/juce_gui_extra/misc/juce_ColourSelector.h index eb57d471d8..388c7f17b4 100644 --- a/modules/juce_gui_extra/misc/juce_ColourSelector.h +++ b/modules/juce_gui_extra/misc/juce_ColourSelector.h @@ -133,15 +133,12 @@ public: labelTextColourId = 0x1007001 /**< the colour used for the labels next to the sliders. */ }; - //============================================================================== - // These need to be public otherwise the Projucer's live-build engine will complain - class ColourSpaceView; - class HueSelectorComp; - class ColourPreviewComp; - private: //============================================================================== class SwatchComponent; + class ColourSpaceView; + class HueSelectorComp; + class ColourPreviewComp; Colour colour; float h, s, v;