Skip to content

Commit 4a3985e

Browse files
committed
Updating comment
1 parent 9ffd6a6 commit 4a3985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Timeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ vector<Clip*> Timeline::find_intersecting_clips(int64_t requested_frame, int num
923923
return matching_clips;
924924
}
925925

926-
// Get the cache object used by this reader
926+
// Set the cache object used by this reader
927927
void Timeline::SetCache(CacheBase* new_cache) {
928928
// Destroy previous cache (if managed by timeline)
929929
if (managed_cache && final_cache) {

0 commit comments

Comments
 (0)