Browse Source

Added juce namespace to the JUCE_LIVE_CONSTANT macro

tags/2021-05-28
jules 11 years ago
parent
commit
4a451b1cb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_extra/misc/juce_LiveConstantEditor.h

+ 1
- 1
modules/juce_gui_extra/misc/juce_LiveConstantEditor.h View File

@@ -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)


Loading…
Cancel
Save