diff --git a/include/timeline.h b/include/timeline.h index 642ee76f2..58322d747 100644 --- a/include/timeline.h +++ b/include/timeline.h @@ -149,7 +149,7 @@ protected: private: static QPixmap * s_timeLinePixmap; static QPixmap * s_posMarkerPixmap; - static QPixmap * s_loopPointStartPixmap; + static QPixmap * s_loopPointBeginPixmap; static QPixmap * s_loopPointEndPixmap; static QPixmap * s_loopPointDisabledPixmap; diff --git a/src/core/timeline.cpp b/src/core/timeline.cpp index 53843034e..1aa932acf 100644 --- a/src/core/timeline.cpp +++ b/src/core/timeline.cpp @@ -47,8 +47,8 @@ QPixmap * timeLine::s_timeLinePixmap = NULL; QPixmap * timeLine::s_posMarkerPixmap = NULL; -QPixmap * timeLine::s_loopPointPixmap = NULL; - +QPixmap * timeLine::s_loopPointBeginPixmap = NULL; +QPixmap * timeLine::s_loopPointEndPixmap = NULL; timeLine::timeLine( const int _xoff, const int _yoff, const float _ppt, song::playPos & _pos, const MidiTime & _begin,