From 918eea10639899cfddac9abb84974fde5b52ea9d Mon Sep 17 00:00:00 2001 From: Alexandre Almeida Date: Wed, 7 Jan 2015 21:14:55 -0200 Subject: [PATCH] Update Timeline.h --- include/Timeline.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Timeline.h b/include/Timeline.h index 78dc00ddc..0707b9956 100644 --- a/include/Timeline.h +++ b/include/Timeline.h @@ -60,11 +60,11 @@ public: } ; - Timeline( int _xoff, int _yoff, float _ppt, Song::playPos & _pos, + Timeline( int _xoff, int _yoff, float _ppt, Song::PlayPos & _pos, const MidiTime & _begin, QWidget * _parent ); virtual ~Timeline(); - inline Song::playPos & pos() + inline Song::PlayPos & pos() { return( m_pos ); } @@ -162,7 +162,7 @@ private: int m_xOffset; int m_posMarkerX; float m_ppt; - Song::playPos & m_pos; + Song::PlayPos & m_pos; const MidiTime & m_begin; MidiTime m_loopPos[2];