mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
build: Fix cppcheck issues
This commit is contained in:
@@ -74,6 +74,7 @@ namespace hex::ui {
|
||||
m_selectedFiles.insert(fileIt);
|
||||
} else {
|
||||
if (selected) {
|
||||
// cppcheck-suppress eraseDereference
|
||||
m_selectedFiles.erase(fileIt);
|
||||
} else {
|
||||
m_selectedFiles.insert(fileIt);
|
||||
|
||||
Reference in New Issue
Block a user