diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-21 20:26:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-21 20:26:50 +0300 |
commit | 1af62415a03e312a813a4f56ba9606d3ed9ab1ee (patch) | |
tree | 9745ef13d6034351896186626fd528a69ddd288a /plugins/Variables/src/contact.cpp | |
parent | 06e4b579a26dc7bac30aa33edf55c986e03b1525 (diff) |
these iterator variables became useless
Diffstat (limited to 'plugins/Variables/src/contact.cpp')
-rw-r--r-- | plugins/Variables/src/contact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/contact.cpp b/plugins/Variables/src/contact.cpp index 5904a2cd23..2d5e1fca0d 100644 --- a/plugins/Variables/src/contact.cpp +++ b/plugins/Variables/src/contact.cpp @@ -76,7 +76,7 @@ static builtinCnfs[] = /* contact cache entry */
struct CONTACTCE
{
- uint32_t flags;
+ uint32_t flags;
wchar_t* tszContact;
MCONTACT hContact;
};
|