summaryrefslogtreecommitdiffstats
path: root/client/screen_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/screen_layer.h')
-rw-r--r--client/screen_layer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/screen_layer.h b/client/screen_layer.h
index 5ad3a111..70cd6516 100644
--- a/client/screen_layer.h
+++ b/client/screen_layer.h
@@ -29,8 +29,8 @@ public:
ScreenLayer(int z_order, bool opaque);
virtual ~ScreenLayer();
- void attach_to_screen(Application& applicaion, int screen_id);
- void detach_from_screen(Application& applicaion);
+ void attach_to_screen(Application& application, int screen_id);
+ void detach_from_screen(Application& application);
void set_screen(RedScreen* screen) { _screen = screen;}
RedScreen* screen() { return _screen; }