diff options
| author | George Hazan <ghazan@miranda.im> | 2023-02-21 17:09:34 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-02-21 17:09:34 +0300 |
| commit | 12aa166ab2c280b1b8cf4d8507512c750a587de1 (patch) | |
| tree | d86aaa3dd022a13e7c9e77b7db468ad260bdf634 /src/mir_app | |
| parent | 4d2f4fab80174f6ab5e730b62fdf7abda015768b (diff) | |
code cleaning
Diffstat (limited to 'src/mir_app')
| -rw-r--r-- | src/mir_app/src/popupOption.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/popupOption.cpp b/src/mir_app/src/popupOption.cpp index 4ac5290c6d..a2b2f9a60a 100644 --- a/src/mir_app/src/popupOption.cpp +++ b/src/mir_app/src/popupOption.cpp @@ -64,7 +64,7 @@ void KillModulePopups(CMPluginBase *pPlugin) {
for (auto &it : g_arOptions.rev_iter())
if (it->m_plugin == pPlugin)
- g_arOptions.remove(g_arOptions.indexOf(&it));
+ g_arOptions.removeItem(&it);
}
/////////////////////////////////////////////////////////////////////////////////////////
|
