mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 18:34:56 +01: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