Skip to content

Commit 6ec50de

Browse files
committed
mpl: const ref to function
Signed-off-by: João Mai <[email protected]>
1 parent 18d7cc4 commit 6ec50de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpl/src/SACoreSoftMacro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ std::vector<std::pair<float, float>> SACoreSoftMacro::getClustersLocations()
10171017
}
10181018

10191019
void SACoreSoftMacro::setClustersLocations(
1020-
std::vector<std::pair<float, float>>& clusters_locations)
1020+
const std::vector<std::pair<float, float>>& clusters_locations)
10211021
{
10221022
if (clusters_locations.size() != pos_seq_.size()) {
10231023
logger_->error(MPL,

0 commit comments

Comments
 (0)