mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:39:21 +01: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:
@@ -280,7 +280,7 @@ typedef struct sharedSlsDetector {
|
||||
//slsDetector(string const fname);
|
||||
// ~slsDetector(){while(dataQueue.size()>0){}};
|
||||
/** destructor */
|
||||
~slsDetector();
|
||||
virtual ~slsDetector();
|
||||
|
||||
int setOnline(int const online=GET_ONLINE_FLAG);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user