Skip to content
Snippets Groups Projects

new tag

Merged Joan Vallvé Navarro requested to merge devel into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -125,8 +125,8 @@ class TrackMatrix
// bool markKeyframe(CaptureBasePtr _capture);
// bool unmarkKeyframe(CaptureBasePtr _capture);
const map<SizeStd, Track>& getTracks(){return tracks_;}
const map<CaptureBasePtr, Snapshot >& getSnapshots(){return snapshots_;}
const map<SizeStd, Track>& getTracks() const {return tracks_;}
const map<CaptureBasePtr, Snapshot >& getSnapshots() const {return snapshots_;}
private:
Loading