X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ref_counted_frame.cpp;fp=ref_counted_frame.cpp;h=3a30eace84cbc184b2a511483d7661e92a6bfb3f;hb=08a992d58c34da8d8bbd70226f7e85c9f30d9514;hp=047858115df5c55c4abbbe664f0f36f925321387;hpb=661928aa9791b6ecf452c221eacba400751fb1e1;p=nageru diff --git a/ref_counted_frame.cpp b/ref_counted_frame.cpp index 0478581..3a30eac 100644 --- a/ref_counted_frame.cpp +++ b/ref_counted_frame.cpp @@ -1,6 +1,6 @@ #include "ref_counted_frame.h" -void release_refcounted_frame(FrameAllocator::Frame *frame) +void release_refcounted_frame(bmusb::FrameAllocator::Frame *frame) { if (frame->owner) { frame->owner->release_frame(*frame);