1
0
Fork 0
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:
reuk 2021-06-17 14:33:27 +01:00
parent f3c65c4cb3
commit 4454015812
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

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