mirror of
https://github.com/polybar/polybar.git
synced 2026-04-28 02:13:27 +00:00
Cleanup use of pointers in util code
This commit is contained in:
committed by
Patrick Ziegler
parent
8ddf9d2cdf
commit
50eac859fd
@ -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};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user