[Solved] VS2013 warning latest tip

VS2013 warning development tip (a0ed11ebee41046845ff7870af579bd881e99185):

juce_file.h(1012): warning C4512: ‘juce::File::NaturalFileComparator’ : assignment operator could not be generated

Try removing the const before

const bool foldersFirst;

Rail

This is fixed on develop now.

Ed

1 Like