polybar / xpp

xpp - A C++11 RAII wrapper for XCB
Other
7 stars 11 forks source link

fix(window): add default copy cstr #16

Closed Lomadriel closed 5 years ago

Lomadriel commented 5 years ago

The copy constructor must be declared explicitly since the implicit declaration is deprecated. See https://github.com/jaagr/polybar/pull/1729.