From e754b4940e2142553029c693dc62318139a3824a Mon Sep 17 00:00:00 2001 From: cwyyprog Date: Tue, 14 Nov 2017 17:09:08 +0800 Subject: [PATCH] Update static_variant.hpp --- include/fc/static_variant.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/static_variant.hpp b/include/fc/static_variant.hpp index 9aab790..d6206c2 100644 --- a/include/fc/static_variant.hpp +++ b/include/fc/static_variant.hpp @@ -382,5 +382,5 @@ struct visitor { s.visit( to_static_variant(ar[1]) ); } - template struct get_typename { static const char* name() { return typeid(static_variant).name(); } }; + template struct get_typename { static const char* name() { return typeid(static_variant).name(); } }; } // namespace fc