summaryrefslogtreecommitdiff
path: root/gtk2_ardour/track_selection.h
blob: 0c92ea40c298c448bce4e46c7f841c25b5fbe3e8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ardour_gtk_track_selection_h__
#define __ardour_gtk_track_selection_h__

#include <list>

class TimeAxisView;

struct TrackSelection : public list<TimeAxisView*> {};

#endif /* __ardour_gtk_track_selection_h__ */