mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix compiler warning in MetricSelect.cpp (#3852)
This commit is contained in:
@@ -64,7 +64,7 @@ MetricSelect::MetricSelect(QWidget *parent, Context *context, int scope)
|
||||
void
|
||||
MetricSelect::setSymbol(QString symbol)
|
||||
{
|
||||
if (scope&Metric == 0) return;
|
||||
if ((scope & MetricSelect::Metric) == 0) return;
|
||||
|
||||
// get the ridemetric
|
||||
RideMetricFactory &factory = RideMetricFactory::instance();
|
||||
|
||||
Reference in New Issue
Block a user