mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added juce namespace to the JUCE_LIVE_CONSTANT macro
This commit is contained in:
parent
425fccc7fd
commit
4a451b1cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue