summaryrefslogtreecommitdiff
path: root/gtk2_ardour/point_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/point_selection.h')
-rw-r--r--gtk2_ardour/point_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h
index 5ed5ae1573..608a499229 100644
--- a/gtk2_ardour/point_selection.h
+++ b/gtk2_ardour/point_selection.h
@@ -24,7 +24,7 @@
class ControlPoint;
-struct PointSelection : public std::list<ControlPoint *>
+class PointSelection : public std::list<ControlPoint *>
{
};