mirror of
https://github.com/polybar/polybar.git
synced 2026-02-06 15:05:41 +00:00
Fixes compilation under GCC 9 The default copy constructor implicit generation is deprecated by C++ standard. The window& operator=(const xcb_window_t win); operator seems to be useless. Fixes #1728 Ref jaagr/xpp#16