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/function.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/function.h') diff --git a/src/function.h b/src/function.h index 9573bd3..1575bfd 100644 --- a/src/function.h +++ b/src/function.h @@ -1,7 +1,7 @@ #ifndef FUNCTION_H #define FUNCTION_H -#include "bu/fstring.h" +#include "bu/string.h" #include "variable.h" class Function @@ -10,7 +10,7 @@ public: Function(); virtual ~Function(); - virtual Bu::FString getName() const=0; + virtual Bu::String getName() const=0; virtual Variable call( Variable &input, VarList lParams )=0; -- cgit v1.2.3