fix warning
This commit is contained in:
parent
c0bb4db15c
commit
3157bebed7
1 changed files with 1 additions and 1 deletions
|
|
@ -1435,7 +1435,7 @@ std::vector<SWindowRule> CConfigManager::getMatchingRules(CWindow* pWindow) {
|
||||||
returns.push_back(rule);
|
returns.push_back(rule);
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto PID = pWindow->getPID();
|
const uint64_t PID = pWindow->getPID();
|
||||||
bool anyExecFound = false;
|
bool anyExecFound = false;
|
||||||
|
|
||||||
for (auto& er : execRequestedRules) {
|
for (auto& er : execRequestedRules) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue