summaryrefslogtreecommitdiff
path: root/toxav/BUILD.bazel
diff options
context:
space:
mode:
authorzoff99 <zoff@zoff.cc>2020-04-07 22:34:50 +0200
committeriphydf <iphydf@users.noreply.github.com>2020-04-08 13:41:58 +0000
commitda2c4191b470fba44ed5a4cd4679d3fcee887f69 (patch)
tree99edaf826f153e137776306c489e1058fc513dc1 /toxav/BUILD.bazel
parent8ddc2df662afff8a547371c93d5b5655f8f3de2f (diff)
Use public API for sending in BWC.
Diffstat (limited to 'toxav/BUILD.bazel')
-rw-r--r--toxav/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 79dbd12d..33956aac 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -46,6 +46,7 @@ cc_library(
46 deps = [ 46 deps = [
47 ":ring_buffer", 47 ":ring_buffer",
48 "//c-toxcore/toxcore:Messenger", 48 "//c-toxcore/toxcore:Messenger",
49 "//c-toxcore/toxcore:toxcore",
49 ], 50 ],
50) 51)
51 52