diff --git a/tdactor/test/actors_simple.cpp b/tdactor/test/actors_simple.cpp index cfef82ac..7e37f57c 100644 --- a/tdactor/test/actors_simple.cpp +++ b/tdactor/test/actors_simple.cpp @@ -35,7 +35,7 @@ static char buf2[BUF_SIZE]; static StringBuilder sb(MutableSlice(buf, BUF_SIZE - 1)); static StringBuilder sb2(MutableSlice(buf2, BUF_SIZE - 1)); -auto create_queue() { +static auto create_queue() { auto res = std::make_shared>(); res->init(); return res;