summaryrefslogtreecommitdiff
path: root/libs/ardour/scene_change.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/scene_change.cc')
-rw-r--r--libs/ardour/scene_change.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/scene_change.cc b/libs/ardour/scene_change.cc
index 322b37a195..aed899565f 100644
--- a/libs/ardour/scene_change.cc
+++ b/libs/ardour/scene_change.cc
@@ -46,7 +46,7 @@ SceneChange::SceneChange ()
}
void
-SceneChange::set_color (uint32_t c)
+SceneChange::set_color (uint32_t c)
{
_color = c;
ColorChanged (); /* EMIT SIGNAL */