mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 10:30:41 +02:00
added virtual to the slsDectector.h destructor
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@212 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
afbf7c9166
commit
71339022cf
@ -280,7 +280,7 @@ typedef struct sharedSlsDetector {
|
|||||||
//slsDetector(string const fname);
|
//slsDetector(string const fname);
|
||||||
// ~slsDetector(){while(dataQueue.size()>0){}};
|
// ~slsDetector(){while(dataQueue.size()>0){}};
|
||||||
/** destructor */
|
/** destructor */
|
||||||
~slsDetector();
|
virtual ~slsDetector();
|
||||||
|
|
||||||
int setOnline(int const online=GET_ONLINE_FLAG);
|
int setOnline(int const online=GET_ONLINE_FLAG);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user