From b7d0a77d16e034097a15fb7a7175e0882f6dd429 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 27 Apr 2002 18:53:59 +0000 Subject: add std:: to the vector typedef in Basemenu converted slit to use a std::list instead of LinkedList --- src/Slit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Slit.h') diff --git a/src/Slit.h b/src/Slit.h index 89d76daf..b07d9c6c 100644 --- a/src/Slit.h +++ b/src/Slit.h @@ -27,8 +27,8 @@ #include #include "Basemenu.h" -#include "LinkedList.h" #include "Geometry.h" +#include // forward declaration class Slit; @@ -105,7 +105,8 @@ private: Resource &config; BTimer *timer; - LinkedList *clientList; + typedef std::list slitClientList; + slitClientList clientList; Slitmenu *slitmenu; struct frame { -- cgit v1.2.3