Cleanup use of pointers in util code
This commit is contained in:
parent
8ddf9d2cdf
commit
50eac859fd
26 changed files with 117 additions and 197 deletions
include/modules
|
@ -35,7 +35,7 @@ namespace modules {
|
|||
string m_api_url;
|
||||
string m_user;
|
||||
string m_accesstoken{};
|
||||
unique_ptr<http_downloader> m_http{};
|
||||
http_downloader m_http{};
|
||||
bool m_empty_notifications{false};
|
||||
std::atomic<bool> m_offline{false};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue