mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
removing using namespace std from headers in slsDetector
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
#include "multiSlsDetectorCommand.h"
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
||||
slsDetectorUsers::slsDetectorUsers(int id) : myDetector(NULL){
|
||||
|
||||
myDetector=new multiSlsDetector(id);
|
||||
|
Reference in New Issue
Block a user