mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
bugfix: returning pointer to local variable, char* to string in function definition
This commit is contained in:
@ -255,7 +255,7 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
|
||||
/**
|
||||
returns currently the loaded trimfile/settingsfile name
|
||||
*/
|
||||
virtual const char *getSettingsFile()=0;
|
||||
virtual string getSettingsFile()=0;
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user