general function for returning first or concatenated string

This commit is contained in:
Erik Frojdh
2018-05-25 10:01:51 +02:00
parent e0c9805ee8
commit 228d624d8f
2 changed files with 42 additions and 21 deletions

View File

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