summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_gain_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_gain_line.h')
-rw-r--r--gtk2_ardour/region_gain_line.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/region_gain_line.h b/gtk2_ardour/region_gain_line.h
index 7950c9b0e7..7033c65604 100644
--- a/gtk2_ardour/region_gain_line.h
+++ b/gtk2_ardour/region_gain_line.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2000-2007 Paul Davis
+ Copyright (C) 2000-2007 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ class AudioRegionGainLine : public AutomationLine
{
public:
AudioRegionGainLine (const std::string & name, ARDOUR::Session&, AudioRegionView&, ArdourCanvas::Group& parent, boost::shared_ptr<ARDOUR::AutomationList>);
-
+
void start_drag (ControlPoint*, nframes_t x, float fraction);
void end_drag (ControlPoint*);