From 9a6712e56b95a9acbae40a6d3e9e1f1e2f3e6f19 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 18 Nov 2013 22:24:31 +0000 Subject: rename idvaluemap to id_map, remove Id template param, use String --- src/function_registry.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/function_registry.hh') diff --git a/src/function_registry.hh b/src/function_registry.hh index 2197efcc..d62f9ae8 100644 --- a/src/function_registry.hh +++ b/src/function_registry.hh @@ -2,7 +2,7 @@ #define function_registry_h_INCLUDED #include "completion.hh" -#include "idvaluemap.hh" +#include "id_map.hh" #include "string.hh" namespace Kakoune @@ -38,7 +38,7 @@ public: } private: - idvaluemap m_functions; + id_map m_functions; }; } -- cgit v1.2.3