fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-09-19 10:21:34 +08:00
parent 839590348f
commit d698e4107c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class StreamStateEnv : public ::testing::Test {
protected:
virtual void SetUp() {
streamMetaInit();
int32_t code = streamBackendInit(path, 0, 0, &backend);
int32_t code = streamBackendInit(path, 0, 0, (SBackendWrapper**)&backend);
}
virtual void TearDown() { streamMetaCleanup(); }