From c435c7daa9df1b08dc85132fcd1c154bea9b69e2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 18:21:03 +0000 Subject: Fixes to use libbu++ Bu::String --- src/runner.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/runner.h') diff --git a/src/runner.h b/src/runner.h index 98894da..0efcb44 100644 --- a/src/runner.h +++ b/src/runner.h @@ -20,15 +20,15 @@ public: Variable run( AstBranch::NodeList::const_iterator n ); class Variable execFunc( const class AstBranch *pFunc, class Variable &vIn ); - void execProfile( class Target *pTarget, const Bu::FString &sProfile ); - void execAction( const Bu::FString &sName ); + void execProfile( class Target *pTarget, const Bu::String &sProfile ); + void execAction( const Bu::String &sName ); Context &getContext(); private: - class Target *buildTarget( const Bu::FString &sOutput, + class Target *buildTarget( const Bu::String &sOutput, AstBranch::NodeList::const_iterator n ); - class Rule *buildRule( const Bu::FString &sName, + class Rule *buildRule( const Bu::String &sName, AstBranch::NodeList::const_iterator n ); void attachDefaults(); Variable doSet( const AstBranch *pRoot ); -- cgit v1.2.3