Skip to content

Commit 58a0b19

Browse files
committed
Fixed typo.
1 parent ae1a8b7 commit 58a0b19

File tree

9 files changed

+3274
-246
lines changed

9 files changed

+3274
-246
lines changed

src/opentimelineio/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(OPENTIMELINEIO_HEADER_FILES
99
composable.h
1010
composition.h
1111
deserialization.h
12-
editAlgorithm.h
12+
algo/editAlgorithm.h
1313
effect.h
1414
errorStatus.h
1515
externalReference.h
@@ -45,7 +45,7 @@ add_library(opentimelineio ${OTIO_SHARED_OR_STATIC_LIB}
4545
composable.cpp
4646
composition.cpp
4747
deserialization.cpp
48-
editAlgorithm.cpp
48+
algo/editAlgorithm.cpp
4949
effect.cpp
5050
errorStatus.cpp
5151
externalReference.cpp

0 commit comments

Comments
 (0)