summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/globals.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-15 19:02:06 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-15 19:02:06 +0300
commit265cf5b83f7baca19925ed3b33cd62e6815f29db (patch)
tree8a7f5555823579442f63fc44b711cd84066404df /plugins/New_GPG/src/globals.h
parentec60bf5b0f03bfb4c310957e5eec9c17193c6c15 (diff)
NewGPG: massive code cleaning
Diffstat (limited to 'plugins/New_GPG/src/globals.h')
-rwxr-xr-xplugins/New_GPG/src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/globals.h b/plugins/New_GPG/src/globals.h
index 5c5fd0dc28..1b8687c4d0 100755
--- a/plugins/New_GPG/src/globals.h
+++ b/plugins/New_GPG/src/globals.h
@@ -20,7 +20,7 @@
struct globals_s
{
bool bAppendTags = false, bDebugLog = false, bJabberAPI = false, bPresenceSigning = false, bFileTransfers = false, bSameAction = false, bAutoExchange = false, bStripTags = false, tabsrmm_used = false, bDecryptFiles = false;;
- wchar_t *inopentag = nullptr, *inclosetag = nullptr, *outopentag = nullptr, *outclosetag = nullptr, *password = nullptr;
+ CMStringW wszInopentag, wszInclosetag, wszOutopentag, wszOutclosetag, wszPassword;
wchar_t key_id_global[17] = { 0 };
list <JabberAccount*> Accounts;
HFONT bold_font = nullptr;