changed RET to RETVAL for setDetectorType function to compile

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@78 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2012-01-06 10:34:08 +00:00
parent c7d0330f55
commit efb30128fd

View File

@ -1213,7 +1213,7 @@ int slsDetector::setDetectorType(detectorType const type){
std::cout<< "Detector returned error: " << mess << std::endl;
}
controlSocket->Disconnect();
if (ret==FORCE_UPDATE)
if (retval==FORCE_UPDATE)
updateDetector();
}
}