There was an error while loading. Please reload this page.
2 parents 1a98c1a + 877233d commit ebf9d2fCopy full SHA for ebf9d2f
1 file changed
include/IURLRequest.hpp
@@ -218,7 +218,7 @@ struct TPostRequestParameters
218
* @brief File name of to store the output data.
219
*
220
*/
221
- const std::string& outputFile = "";
+ std::string outputFile {};
222
};
223
using PostRequestParameters = TPostRequestParameters<>;
224
using PostRequestParametersRValue = TPostRequestParameters<std::string&&>;
0 commit comments