Skip to content

Commit 7d6ca17

Browse files
committed
Fix release build
1 parent 1278476 commit 7d6ca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/Source/Editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void Editor::resized()
100100

101101
layout.setLayout ({f});
102102
#else
103-
layout.setLayout ({"layout.json"});
103+
layout.setLayout (juce::StringArray ("layout.json"));
104104
#endif
105105

106106
handleAsyncUpdate();

0 commit comments

Comments
 (0)