removing more using namespace std

This commit is contained in:
Erik Frojdh
2018-05-24 13:47:48 +02:00
parent d71008bd10
commit a67d9e60da
6 changed files with 66 additions and 66 deletions

View File

@@ -7,7 +7,7 @@
#include <stdlib.h>
using namespace std;
//using namespace std;
int dummyCallback(detectorData* d, int p,void*) {
cout << "got data " << p << endl;