aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index ba1effd..7ff1145 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -66,8 +66,7 @@ struct registry : public wayland_proxy<struct wl_registry> {
// \__,_|_|___/ .__/|_|\__,_|\__, |
// |_| |___/
struct display {
- std::unique_ptr<struct wl_display, std::function<void(struct wl_display *)>>
- d;
+ std::unique_ptr<struct wl_display, void(*)(struct wl_display *)> d;
struct registry r;
display();