]> git.sesse.net Git - nageru/blobdiff - ref_counted_frame.cpp
Upgrade to newer bmusb, with namespacing.
[nageru] / ref_counted_frame.cpp
index 047858115df5c55c4abbbe664f0f36f925321387..3a30eace84cbc184b2a511483d7661e92a6bfb3f 100644 (file)
@@ -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);