From a8991a4b5e8854ae4ffa48b40ccf66358f462704 Mon Sep 17 00:00:00 2001 From: ljfa-ag Date: Wed, 22 Jul 2015 21:21:45 +0200 Subject: Add missing switch case --- src/tag.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tag.cpp b/src/tag.cpp index 76c850f3c8..fbed9fb6e1 100644 --- a/src/tag.cpp +++ b/src/tag.cpp @@ -53,6 +53,7 @@ std::ostream& operator<<(std::ostream& os, tag_type tt) case tag_type::Float: return os << "float"; case tag_type::Double: return os << "double"; case tag_type::Byte_Array: return os << "byte_array"; + case tag_type::String: return os << "string"; case tag_type::List: return os << "list"; case tag_type::Compound: return os << "compound"; case tag_type::Int_Array: return os << "int_array"; -- cgit 0.0.5-2-1-g0f52