App: [skip ci] fix warnings reported by GH actions

This commit is contained in:
wmayer
2022-11-17 23:50:34 +01:00
parent e931bedb43
commit 3e70636bdc
2 changed files with 16 additions and 11 deletions

View File

@@ -128,7 +128,7 @@ const bool & LinkParams::getCopyOnChangeApplyToAll() {
// Auto generated code. See class document of LinkParams.
const bool & LinkParams::defaultCopyOnChangeApplyToAll() {
const static bool def = true;
static const bool def = true;
return def;
}