]> git.sesse.net Git - nageru/blobdiff - fake_capture.h
Upgrade to newer bmusb, with namespacing.
[nageru] / fake_capture.h
index c517257edc7cbf838c74a34f33c2c4a76317589b..84a8953163bb15c8c0ffc1df1ae8a71ed6c23d62 100644 (file)
@@ -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)