summaryrefslogtreecommitdiff
path: root/gtk2_ardour/hit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/hit.h')
-rw-r--r--gtk2_ardour/hit.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk2_ardour/hit.h b/gtk2_ardour/hit.h
index 3afdd91367..0ce1c93634 100644
--- a/gtk2_ardour/hit.h
+++ b/gtk2_ardour/hit.h
@@ -32,14 +32,14 @@ class Hit : public NoteBase
public:
typedef Evoral::Note<double> NoteType;
- Hit (
- MidiRegionView& region,
- ArdourCanvas::Group* group,
- double size,
- const boost::shared_ptr<NoteType> note = boost::shared_ptr<NoteType>(),
- bool with_events = true);
-
- void show ();
+ Hit (MidiRegionView& region,
+ ArdourCanvas::Group* group,
+ double size,
+ const boost::shared_ptr<NoteType> note = boost::shared_ptr<NoteType>(),
+ bool with_events = true);
+ ~Hit();
+
+ void show ();
void hide ();
ArdourCanvas::Coord x0 () const;