mirror of
https://github.com/NixOS/nix
synced 2025-07-06 00:51:47 +02:00
Cleanup
This commit is contained in:
parent
6270b2e50f
commit
30370f168f
2 changed files with 6 additions and 5 deletions
|
@ -21,8 +21,8 @@ struct DownloadRequest
|
|||
std::shared_ptr<std::string> data;
|
||||
std::string mimeType;
|
||||
|
||||
DownloadRequest(const std::string & uri, std::shared_ptr<std::string> data = nullptr, std::string mimeType = "")
|
||||
: uri(uri), parentAct(curActivity), data(std::move(data)), mimeType(std::move(mimeType)) { }
|
||||
DownloadRequest(const std::string & uri)
|
||||
: uri(uri), parentAct(curActivity) { }
|
||||
};
|
||||
|
||||
struct DownloadResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue