mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 00:37:12 +02:00
moving SharedMemory into namespace sls
This commit is contained in:
@ -1736,7 +1736,7 @@ class slsDetector : public virtual slsDetectorDefs, public virtual errorDefs {
|
||||
int detId;
|
||||
|
||||
/** Shared Memory object */
|
||||
SharedMemory<sharedSlsDetector> detector_shm{0,0};
|
||||
sls::SharedMemory<sharedSlsDetector> detector_shm{0,0};
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user