summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.hh b/src/screen.hh
index 516632ac..8d7bc6b0 100644
--- a/src/screen.hh
+++ b/src/screen.hh
@@ -29,7 +29,7 @@ class OBClient;
class OBScreen {
public:
//! Holds a list of OBClient objects
- typedef std::vector<OBClient*> ClientList;
+ typedef std::list<OBClient*> ClientList;
//! Holds a list of otk::Strut objects
typedef std::list<otk::Strut*> StrutList;