summaryrefslogtreecommitdiff
path: root/gtk2_ardour/point_selection.h
blob: d0ad08e602c91146d716a0b76cc7656677655ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ardour_gtk_point_selection_h__
#define __ardour_gtk_point_selection_h__

#include <list>

#include "automation_selectable.h"

struct PointSelection : public std::list<AutomationSelectable> 
{
};

#endif /* __ardour_gtk_point_selection_h__ */