Fixed bug where the age may be calculated incorrectly due to leap years
[magread] / magcard.h
index cfa4d37..8febfb5 100644 (file)
--- a/magcard.h
+++ b/magcard.h
@@ -56,6 +56,7 @@ class MagCard {
                QString aamvaIssuerName;
                QString aamvaIssuerAbr;
                QDate aamvaBirthday;
+               int aamvaAge;
 
                MagCard() {
                        encoding = UNSET;