From aba7c45c2c69d402d1b6fc427cde5bfa4661a0e1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 7 Jan 2009 16:48:35 +0000 Subject: Corrected a couple of places where std:: classes were being used and shouldn't have been. Also made the Unit tests actually use expected values, so you can mark a test as "expected fail" and it'll know. It also prints out cute reports at the end of each run. --- src/paramproc.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/paramproc.h') diff --git a/src/paramproc.h b/src/paramproc.h index bd59948..b7dbae3 100644 --- a/src/paramproc.h +++ b/src/paramproc.h @@ -9,8 +9,7 @@ #define BU_PARAM_PROC_H #include -#include -#include +#include "bu/list.h" #include "bu/fstring.h" namespace Bu @@ -153,8 +152,8 @@ namespace Bu Bu::FString sBanner; ArgSpec *pBefore; } Banner; - std::list lBan; - std::list lArg; + Bu::List lBan; + Bu::List lArg; }; } -- cgit v1.2.3