X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmixer_group_tabs.h;h=ff9a9e45122a9446c07c6668bcf233a00ba267d3;hb=4ddf97f5a2b505997935a1079f2fd9232c1f634e;hp=290e5a39588bc453787e9daabc636e480e528a5b;hpb=25a6296f865620d5013cd634e693f7179e7edc84;p=ardour.git diff --git a/gtk2_ardour/mixer_group_tabs.h b/gtk2_ardour/mixer_group_tabs.h index 290e5a3958..ff9a9e4512 100644 --- a/gtk2_ardour/mixer_group_tabs.h +++ b/gtk2_ardour/mixer_group_tabs.h @@ -17,6 +17,9 @@ */ +#ifndef __gtk_ardour_mixer_group_tabs_h__ +#define __gtk_ardour_mixer_group_tabs_h__ + #include "group_tabs.h" class Mixer_UI; @@ -28,16 +31,16 @@ public: private: std::list compute_tabs () const; - void draw_tab (cairo_t *, Tab const &) const; + void draw_tab (cairo_t *, Tab const &); double primary_coordinate (double, double) const; ARDOUR::RouteList routes_for_tab (Tab const *) const; double extent () const { return get_width(); } - PBD::PropertyList default_properties () const; ARDOUR::RouteList selected_routes () const; - void sync_order_keys (); Mixer_UI* _mixer; }; + +#endif // __gtk_ardour_mixer_group_tabs_h__