Browse Source

GCC 4.6 compatibility: can't use both constexpr and const.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
686e215725
  1. 2
      src/Plugins/TgaImageConverter/Test/TgaImageConverterTest.cpp

2
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

Loading…
Cancel
Save