From 1abcb06bedadfbd40b4ec6f7e5f6a95021df3c96 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 26 Feb 2018 09:14:31 -0600 Subject: Add constants for tuple fields Add constants for use with std::get. Tested: Run unit tests Change-Id: Ic09c13feeda69d61c98f63d227cae8f08d1bf50e Signed-off-by: Matt Spinler --- src/event.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event.hpp') diff --git a/src/event.hpp b/src/event.hpp index b5f1e90..b9f5167 100644 --- a/src/event.hpp +++ b/src/event.hpp @@ -46,7 +46,7 @@ class EventBase : public IndexedCallback for (const auto& n : index) { const auto& path = std::get(n.first); - const auto& propertyMeta = std::get(n.first); + const auto& propertyMeta = std::get(n.first); const auto& storage = std::get(n.second); const auto& value = std::get(storage.get()); -- cgit v1.2.1