From 4283f90c6d719fd5d98ce689f00a659f52253acd Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 7 Mar 2009 03:25:58 +0000 Subject: [PATCH] Clarified doc. --- src/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.hpp b/src/types.hpp index bab5ac15..8d2e5cb5 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -169,7 +169,7 @@ namespace Exiv2 { TypeInfo& operator=(const TypeInfo& rhs); public: - //! Return the name of the type + //! Return the name of the type, 0 if unknown. static const char* typeName(TypeId typeId); //! Return the type id for a type name static TypeId typeId(const std::string& typeName);