summaryrefslogtreecommitdiff
path: root/include/llmr/util
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-14 16:44:40 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-14 16:44:40 -0700
commit22ed777a82e92532cdd0844557aa56c7744dcc57 (patch)
tree5686fc8dcd5168b0c9986e3ebe174239fa7a5e74 /include/llmr/util
parentba7d8c7731983d12658fe26a3395879948e31f12 (diff)
downloadqtlocation-mapboxgl-22ed777a82e92532cdd0844557aa56c7744dcc57.tar.gz
make gcc happy
Diffstat (limited to 'include/llmr/util')
-rw-r--r--include/llmr/util/enum.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/util/enum.hpp b/include/llmr/util/enum.hpp
index 9f3643b4fb..85a2d7c896 100644
--- a/include/llmr/util/enum.hpp
+++ b/include/llmr/util/enum.hpp
@@ -12,7 +12,7 @@ struct EnumValue {
const char *name;
};
-template <typename EnumName, const constexpr EnumValue<EnumName> *names, const size_t length>
+template <typename EnumName, const EnumValue<EnumName> *names, const size_t length>
struct Enum {
using Type = EnumName;
Type value;