Index: src/libchcore/TTaskDefinition.h =================================================================== diff -u -N -rb193a95402f2bf4c456fb9d65d111caaf6994823 -r8b7479db2ee71a3d00779c67fe6a1b1d9ec414b8 --- src/libchcore/TTaskDefinition.h (.../TTaskDefinition.h) (revision b193a95402f2bf4c456fb9d65d111caaf6994823) +++ src/libchcore/TTaskDefinition.h (.../TTaskDefinition.h) (revision 8b7479db2ee71a3d00779c67fe6a1b1d9ec414b8) @@ -81,7 +81,7 @@ void Load(const TSmartPath& strPath); void StoreInString(TString& strInput); - void LoadFromString(const TString& strInput); + void LoadFromString(const TString& strInput, bool bAllowEmptyDstPath = false); private: TString m_strTaskName; ///< Unique ID of the task that will process this request (generated automatically)