Skip to content

Commit 66d4039

Browse files
committed
clang-tidy
1 parent 334fac2 commit 66d4039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/generator/marker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ double Marker::getValueForChannel(const Channels &channels,
181181
if (enabled) stat.track(id);
182182
}
183183
else {
184-
auto &measure = *channel.measureId;
184+
const auto &measure = *channel.measureId;
185185
if (channel.stackable)
186186
value = data.aggregateAt(index, type, measure);
187187
else

0 commit comments

Comments
 (0)