aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_manager.hpp')
-rw-r--r--src/window_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp
index cc189b5..99a30e0 100644
--- a/src/window_manager.hpp
+++ b/src/window_manager.hpp
@@ -222,7 +222,7 @@ class WindowManager
void surface_removed(uint32_t surface_id);
void removeClient(const std::string &appid);
- void exeptionProcessForTransition();
+ void exceptionProcessForTransition();
bool subscribeEventForApp(const std::string &appid, afb_req req, const std::string &evname);
// Do not use this function
//static int processTimerHandler(sd_event_source *s, uint64_t usec, void *userdata);