mirror of
https://github.com/polybar/polybar.git
synced 2026-04-30 19:33:37 +00:00
refactor: Cleanup
This commit is contained in:
@ -8,7 +8,8 @@ POLYBAR_NS
|
||||
|
||||
class xresource_manager {
|
||||
public:
|
||||
static const xresource_manager& make();
|
||||
using make_type = const xresource_manager&;
|
||||
static make_type make();
|
||||
|
||||
explicit xresource_manager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user