Make edit groups effective with lassoo selections.
[ardour.git] / gtk2_ardour / utils.h
index 7e26ba066c12c6ecb29500d2094c6669482022d9..cae78f3d0a5901eedfb96efaf2d7b03e97068f37 100644 (file)
@@ -63,7 +63,7 @@ unsigned char* xpm2rgba (const char** xpm, uint32_t& w, uint32_t& h);
 
 ArdourCanvas::Points* get_canvas_points (std::string who, uint32_t npoints);
 
-Pango::FontDescription get_font_for_style (std::string widgetname);
+Pango::FontDescription* get_font_for_style (std::string widgetname);
 
 uint32_t rgba_from_style (std::string, uint32_t, uint32_t, uint32_t, uint32_t, std::string = "fg", int = Gtk::STATE_NORMAL, bool = true);