refactor: Cleanup

This commit is contained in:
Michael Carlberg
2016-12-09 12:43:31 +01:00
parent bff119834a
commit 83f7d2ce91
7 changed files with 17 additions and 18 deletions

View File

@ -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();