renaming generic call

This commit is contained in:
Erik Frojdh
2018-05-25 11:06:33 +02:00
parent 883317dd28
commit 2f8c1b453e
2 changed files with 9 additions and 7 deletions

View File

@ -1044,7 +1044,7 @@ class multiSlsDetector : public slsDetectorUtils {
std::string callDetectors(std::string(slsDetector::*somefunc)());
std::string callDetectorMemeber(std::string(slsDetector::*somefunc)());
/** returns the detector trimbit/settings directory \sa sharedSlsDetector */
std::string getSettingsDir();