Index: src/libchcore/TTaskDefinition.h =================================================================== diff -u -N -r633a533cb6e741d44fe28aa56339e1d2709b1b27 -rbe5d5dfa17e79a1db8e64ad2d2ed5faea30399cb --- src/libchcore/TTaskDefinition.h (.../TTaskDefinition.h) (revision 633a533cb6e741d44fe28aa56339e1d2709b1b27) +++ src/libchcore/TTaskDefinition.h (.../TTaskDefinition.h) (revision be5d5dfa17e79a1db8e64ad2d2ed5faea30399cb) @@ -71,8 +71,8 @@ void Load(const std::wstring& strPath); void Store(const std::wstring& strPath, bool bOnlyIfModified = false); - void StoreInString(TWStringData& strInput); - void LoadFromString(const TWStringData& strInput); + void StoreInString(TString& strInput); + void LoadFromString(const TString& strInput); private: TString m_strTaskUniqueID; ///< Unique ID of the task that will process this request (generated automatically)