From 21a71cdead2a0915df459d3f5ad90b7d1ebe6cb0 Mon Sep 17 00:00:00 2001 From: systemed Date: Tue, 10 Feb 2026 14:59:43 +0000 Subject: [PATCH] Fix compiler warning --- include/tag_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tag_map.h b/include/tag_map.h index be5fa97..c951044 100644 --- a/include/tag_map.h +++ b/include/tag_map.h @@ -72,4 +72,4 @@ private: std::vector> values; }; -#endif _TAG_MAP_H +#endif //_TAG_MAP_H