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:
l_maliakal_d 2012-08-03 09:34:13 +00:00
parent afbf7c9166
commit 71339022cf

View File

@ -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);