aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp
index aac28cd..9424d9f 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -126,7 +126,7 @@ struct App {
Policy policy;
explicit App(wl::display *d);
- ~App();
+ ~App() = default;
App(App const &) = delete;
App &operator=(App const &) = delete;