diff --git a/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h b/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h index db0e728e73..c293a2156a 100644 --- a/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h +++ b/modules/juce_gui_extra/misc/juce_LiveConstantEditor.h @@ -288,7 +288,7 @@ namespace LiveConstantEditor @endcode */ #define JUCE_LIVE_CONSTANT(initialValue) \ - (LiveConstantEditor::getValue (__FILE__, __LINE__ - 1, initialValue)) + (juce::LiveConstantEditor::getValue (__FILE__, __LINE__ - 1, initialValue)) #else #define JUCE_LIVE_CONSTANT(initialValue) \ (initialValue)