]> git.sesse.net Git - bmusb/blobdiff - main.cpp
Put everything in namespace bmusb; it was getting too generic with e.g. VideoFormat...
[bmusb] / main.cpp
index a7f63a12352bbab0fa39183ed8c1ad50432ba406..f1844cd2405b9ee6aeb58a592723a572dfceeefb 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -3,6 +3,7 @@
 #include "bmusb.h"
 
 using namespace std;
+using namespace bmusb;
        
 BMUSBCapture *usb;