Added comment.
This commit is contained in:
parent
38e7e14821
commit
0a1bcdb506
@ -1211,7 +1211,7 @@ namespace Exiv2 {
|
||||
ValueType() : Value(getType<T>()), 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<T>& rhs);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user