mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Fix juceaide build error with VS 2015
This commit is contained in:
parent
f3c65c4cb3
commit
4454015812
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ int main (int argc, char** argv)
|
|||
juce::ArgumentList argumentList { arguments.front(),
|
||||
juce::StringArray (arguments.data() + 1, (int) arguments.size() - 1) };
|
||||
|
||||
using Fn = typename std::add_lvalue_reference<decltype (writeBinaryData)>::type;
|
||||
using Fn = std::add_lvalue_reference<decltype (writeBinaryData)>::type;
|
||||
|
||||
const std::unordered_map<juce::String, Fn> commands
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue