]> git.sesse.net Git - bmusb/blobdiff - bmusb.h
Put everything in namespace bmusb; it was getting too generic with e.g. VideoFormat...
[bmusb] / bmusb.h
diff --git a/bmusb.h b/bmusb.h
index 38a7bfce9c351ef0f368bb4865331f17264af378..506685dc4c6a7401d17143cdb611315981c7b187 100644 (file)
--- a/bmusb.h
+++ b/bmusb.h
@@ -14,6 +14,8 @@
 #include <thread>
 #include <vector>
 
+namespace bmusb {
+
 class BMUSBCapture;
 
 // An interface for frame allocators; if you do not specify one
@@ -326,4 +328,6 @@ class BMUSBCapture : public CaptureInterface {
        bool disconnected = false;
 };
 
+}  // namespace bmusb
+
 #endif