]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trackoffsetiter.h
Rename TrackPoint to a more generic OrientedPoint
[r2c2.git] / source / libr2c2 / trackoffsetiter.h
index 27b424e1f162ce519c19246596a577ac32faef44..776f7a26d26367ff29afe7b5cb7b686c3b7091e6 100644 (file)
@@ -35,7 +35,7 @@ public:
        BlockIter block_iter() const;
        float offset() const { return _offset; }
 
-       TrackPoint point() const;
+       OrientedPoint point() const;
 
        TrackOffsetIter next() const;
        TrackOffsetIter next(unsigned) const;