mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Code cleanup.
- MeterLine: Small performance improvement on Draw().
This commit is contained in:
@ -562,7 +562,7 @@ bool CMeterHistogram::Draw(Graphics& graphics)
|
||||
** Overwritten method to handle the secondary measure binding.
|
||||
**
|
||||
*/
|
||||
void CMeterHistogram::BindMeasure(std::list<CMeasure*>& measures)
|
||||
void CMeterHistogram::BindMeasure(const std::list<CMeasure*>& measures)
|
||||
{
|
||||
CMeter::BindMeasure(measures);
|
||||
|
||||
|
Reference in New Issue
Block a user