Clarified doc.

This commit is contained in:
Andreas Huggel 2009-03-07 03:25:58 +00:00
parent 917080fc37
commit 4283f90c6d

View File

@ -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);