diff options
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ private: QString curFile; KeyList *mKeyList; Attachments *mAttachments; - GpgME::Context *myCtx; + GpgME::Context *mCtx; QString iconPath; }; |