OSC: fix scrub to not use boost ptime.
[ardour.git] / libs / surfaces / osc / osc.h
index 2157b0e27840a6792df1a1e6a84b5bf994cbc7a7..97f2c4e5eb9d173eaafe2f8913a0707c6b35a7b4 100644 (file)
@@ -186,7 +186,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
        bool bank_dirty;
        float scrub_speed;                      // Current scrub speed
        double scrub_place;                     // place of play head at latest jog/scrub wheel tick
-       boost::posix_time::ptime scrub_time;    // when did the wheel move last?
+       int64_t scrub_time;     // when did the wheel move last?
        bool global_init;
        boost::shared_ptr<ARDOUR::Stripable> _select;   // which stripable out of /surface/stripables is gui selected