mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
ruler: make ::set_metric() API consistent with constructor by using ptr
This commit is contained in:
parent
8c2bd1a555
commit
b2bd748672
2 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ public:
|
|||
void set_range (int64_t lower, int64_t upper);
|
||||
void set_font_description (Pango::FontDescription);
|
||||
void set_second_font_description (Pango::FontDescription);
|
||||
void set_metric (const Metric&);
|
||||
void set_metric (const Metric *);
|
||||
|
||||
void render (Rect const & area, Cairo::RefPtr<Cairo::Context>) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue