Skip to content

Commit ba22ca4

Browse files
committed
Fix cpp/oak/vio_replay using wrong API function.
1 parent 6391103 commit ba22ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cpp/oak/vio_replay.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main(int argc, char** argv) {
3232
#endif
3333
});
3434

35-
replayApi->startReplay();
35+
replayApi->runReplay();
3636

3737
return 0;
3838
}

0 commit comments

Comments
 (0)