mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Fix Wreturn-std-move
This commit is contained in:
parent
13d814f87c
commit
dde366d6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -6618,7 +6618,7 @@ Session::source_search_path (DataType type) const
|
|||
break;
|
||||
}
|
||||
|
||||
return sp;
|
||||
return std::move(sp);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue