summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/screen.h')
-rw-r--r--client/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/screen.h b/client/screen.h
index 8fbc10aa..a08415a3 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -167,7 +167,7 @@ private:
AtomicCount _refs;
std::string _name;
RedWindow _window;
- std::vector<ScreenLayer*> _layes;
+ std::vector<ScreenLayer*> _layers;
QRegion _dirty_region;
RecurciveMutex _update_lock;
bool _active;