mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Mark free functions static where applicable
This commit is contained in:
@@ -51,7 +51,7 @@ bool MacroConditionWindow::CheckWindowTitleSwitchRegex(
|
||||
return match;
|
||||
}
|
||||
|
||||
bool foregroundWindowChanged()
|
||||
static bool foregroundWindowChanged()
|
||||
{
|
||||
return switcher->currentTitle != switcher->lastTitle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user