X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=fake_capture.h;h=84a8953163bb15c8c0ffc1df1ae8a71ed6c23d62;hb=08a992d58c34da8d8bbd70226f7e85c9f30d9514;hp=c517257edc7cbf838c74a34f33c2c4a76317589b;hpb=661928aa9791b6ecf452c221eacba400751fb1e1;p=nageru diff --git a/fake_capture.h b/fake_capture.h index c517257..84a8953 100644 --- a/fake_capture.h +++ b/fake_capture.h @@ -7,6 +7,8 @@ #include "bmusb/bmusb.h" +namespace bmusb { + class FakeCapture : public CaptureInterface { public: @@ -96,4 +98,6 @@ private: std::thread producer_thread; }; +} // namespace bmusb + #endif // !defined(_FAKE_CAPTURE_H)