Making Color Bar Annonations non-Virtual
Both ColorBar
and ColorLegend
are never used polymorphically. Their Render()
don't need to be virtual. One of them didn't even have a virtual destructor either.
GitLab updates will be applied on September 20th, between 7am and 9am, EDT (UTC-04:00). This site may have intermittent delays during that time.
Both ColorBar
and ColorLegend
are never used polymorphically. Their Render()
don't need to be virtual. One of them didn't even have a virtual destructor either.