aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/Apps.h')
-rw-r--r--src/displayapp/Apps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index d96e6ea7..0dd8157e 100644
--- a/src/displayapp/Apps.h
+++ b/src/displayapp/Apps.h
@@ -40,10 +40,11 @@ namespace Pinetime {
Error,
Weather
};
+
template <Apps>
struct AppTraits {};
- template<Apps ...As>
+ template <Apps... As>
struct TypeList {
static constexpr size_t Count = sizeof...(As);
};