From 0a03ddb8a7a81364d1ba01ee283582a48fc27184 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 3 Jun 2018 22:17:06 +0200 Subject: [PATCH] typo --- src/entt/core/ident.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/core/ident.hpp b/src/entt/core/ident.hpp index e335d192f..9c68ac05c 100644 --- a/src/entt/core/ident.hpp +++ b/src/entt/core/ident.hpp @@ -30,7 +30,7 @@ struct Identifier final: Identifier... { {} template - constexpr std::size_t get() const ENTT_NOEXCEPT { + constexpr std::size_t get() const ENTT_NOEXCEPT { return Identifier>::get(); } };