From 265cf5b83f7baca19925ed3b33cd62e6815f29db Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Mar 2020 19:02:06 +0300 Subject: NewGPG: massive code cleaning --- plugins/New_GPG/src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/New_GPG/src/globals.h') 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 Accounts; HFONT bold_font = nullptr; -- cgit v1.2.3