summaryrefslogtreecommitdiff
path: root/src/gmrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmrequest.h')
-rw-r--r--src/gmrequest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmrequest.h b/src/gmrequest.h
index 2f1a4261..4d413430 100644
--- a/src/gmrequest.h
+++ b/src/gmrequest.h
@@ -44,6 +44,7 @@ struct Impl_GmResponse {
44 int certFlags; 44 int certFlags;
45 iDate certValidUntil; 45 iDate certValidUntil;
46 iString certSubject; 46 iString certSubject;
47 iTime when;
47}; 48};
48 49
49iDeclareTypeConstruction(GmResponse) 50iDeclareTypeConstruction(GmResponse)