mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Fix method hiding in Canvas::Text
This commit is contained in:
parent
019940e3a5
commit
c3e0cad199
2 changed files with 10 additions and 10 deletions
|
|
@ -66,9 +66,9 @@ private:
|
|||
mutable double _width_correction;
|
||||
double _clamped_width;
|
||||
|
||||
void redraw (Cairo::RefPtr<Cairo::Context>) const;
|
||||
void redraw (Glib::RefPtr<Pango::Context>) const;
|
||||
void _redraw (Glib::RefPtr<Pango::Layout>) const;
|
||||
void _redraw (Cairo::RefPtr<Cairo::Context>) const;
|
||||
void _redraw (Glib::RefPtr<Pango::Context>) const;
|
||||
void __redraw (Glib::RefPtr<Pango::Layout>) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue