Fix FreeBSD compile error (fixes #3566)

This commit is contained in:
Flössie
2017-02-10 20:20:48 +01:00
parent 5202f45137
commit 242b7a86cf

View File

@@ -35,8 +35,8 @@
namespace
{
constexpr auto cacheDirMode = 511;
constexpr auto cacheDirs = { "profiles", "images", "aehistograms", "embprofiles", "data" };
constexpr int cacheDirMode = 0777;
constexpr const char* cacheDirs[] = { "profiles", "images", "aehistograms", "embprofiles", "data" };
}