diff --git a/src/value.hpp b/src/value.hpp index 61159514..edbbaeb0 100644 --- a/src/value.hpp +++ b/src/value.hpp @@ -981,8 +981,7 @@ namespace Exiv2 { //@} //! Simple Date helper structure - EXIV2API struct Date - { + struct EXIV2API Date { Date() : year(0), month(0), day(0) {} int year; //!< Year int month; //!< Month