From 686e215725198d35306f3b280ec2065c42d5321f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 8 Dec 2013 14:58:38 +0100 Subject: [PATCH] GCC 4.6 compatibility: can't use both constexpr and const. --- src/Plugins/TgaImageConverter/Test/TgaImageConverterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/TgaImageConverter/Test/TgaImageConverterTest.cpp b/src/Plugins/TgaImageConverter/Test/TgaImageConverterTest.cpp index 0a03fcd45..cc9365fa2 100644 --- a/src/Plugins/TgaImageConverter/Test/TgaImageConverterTest.cpp +++ b/src/Plugins/TgaImageConverter/Test/TgaImageConverterTest.cpp @@ -49,7 +49,7 @@ class TgaImageConverterTest: public TestSuite::Tester { }; namespace { - constexpr const char originalData[] = { + constexpr char originalData[] = { 1, 2, 3, 2, 3, 4, 3, 4, 5, 4, 5, 6, 5, 6, 7, 6, 7, 8