mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Fix cppcheck warnings
This commit is contained in:
@@ -190,7 +190,7 @@ namespace XSwiftBus
|
||||
return true;
|
||||
}
|
||||
|
||||
void CDBusDispatcher::dbusRemoveWatch(DBusWatch *watch)
|
||||
void CDBusDispatcher::dbusRemoveWatch(const DBusWatch *watch)
|
||||
{
|
||||
for (auto it = m_watchers.begin(); it != m_watchers.end();)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user