From 0a1bcdb506d5ce49ccb08fbcb1177295c5e29475 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Thu, 11 Dec 2008 09:41:51 +0000 Subject: [PATCH] Added comment. --- src/value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/value.hpp b/src/value.hpp index d9a45429..6111c46b 100644 --- a/src/value.hpp +++ b/src/value.hpp @@ -1211,7 +1211,7 @@ namespace Exiv2 { ValueType() : Value(getType()), pDataArea_(0), sizeDataArea_(0) {} //! Constructor ValueType(const byte* buf, long len, ByteOrder byteOrder); - //! Constructor + //! Constructor (Note: Argument \em byteOrder is ignored and deprecated) explicit ValueType(const T& val, ByteOrder byteOrder =littleEndian); //! Copy constructor ValueType(const ValueType& rhs);