aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 4e1c4ff..172e688 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -32,6 +32,10 @@ struct App {
std::vector<std::unique_ptr<struct wl::output>> outputs;
App(wl::display *d);
+ ~App();
+
+ App(App const &) = delete;
+ App &operator=(App const &) = delete;
int init();
int dispatch_events();