summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/classPsTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/classPsTree.cpp')
-rw-r--r--plugins/UserInfoEx/src/classPsTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/classPsTree.cpp b/plugins/UserInfoEx/src/classPsTree.cpp
index 7e3a9bb73a..cd800ff5a2 100644
--- a/plugins/UserInfoEx/src/classPsTree.cpp
+++ b/plugins/UserInfoEx/src/classPsTree.cpp
@@ -136,7 +136,7 @@ void CPsTree::Remove(HINSTANCE hInst)
TreeView_DeleteAllItems(_hWndTree);
bRemoved = true;
}
- _pages.remove(_pages.indexOf(&it));
+ _pages.removeItem(&it);
}
}