summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/marker.h')
-rw-r--r--gtk2_ardour/marker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/marker.h b/gtk2_ardour/marker.h
index 5ac3f19240..6bf6d08f51 100644
--- a/gtk2_ardour/marker.h
+++ b/gtk2_ardour/marker.h
@@ -96,7 +96,7 @@ class Marker : public sigc::trackable
protected:
PublicEditor& editor;
- Pango::FontDescription* name_font;
+ Pango::FontDescription name_font;
ArdourCanvas::Group* _parent;
ArdourCanvas::Group *group;