Solving issue 1947: "RT frequently "forgets" ICM's working profile and crashes shortly after"

Also seems to fix frequent crash on Win32 ( http://rawtherapee.com/forum/viewtopic.php?f=3&t=4628 )
This commit is contained in:
Hombre
2013-09-10 01:07:53 +02:00
parent 7d04b6638d
commit c342288cf7
5 changed files with 39 additions and 38 deletions

View File

@@ -357,9 +357,10 @@ namespace rtengine {
/** Returns the available working profile names
* @return a vector of the available working profile names */
std::vector<std::string> getWorkingProfiles ();
/** return gamma */
std::vector<std::string> getGamma ();
std::vector<Glib::ustring> getWorkingProfiles ();
/** Returns the available output gammas
* @return a vector of the available gamma names */
std::vector<Glib::ustring> getGamma ();
/** This class holds all the necessary informations to accomplish the full processing of the image */
class ProcessingJob {