From 6216d7f748fb82eacdbc54835fccac6d325df03a Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 15 Oct 2012 10:54:21 +0000 Subject: [PATCH] #859: Fixed position of visibility support macro. --- src/value.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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