X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmixer_group_tabs.h;h=05a0d7e2e55571ec244fe55388f879bd430dc37e;hb=8bb26628e392429c8a868af3d92cb79ee52a0fc7;hp=290e5a39588bc453787e9daabc636e480e528a5b;hpb=6fc1f270137a06115a79c6089004174c5cab5ed7;p=ardour.git diff --git a/gtk2_ardour/mixer_group_tabs.h b/gtk2_ardour/mixer_group_tabs.h index 290e5a3958..05a0d7e2e5 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; @@ -35,9 +38,9 @@ private: 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__