From 2913e17def90109ac83922e55a9df8999844ec58 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 3 Jul 2007 00:55:31 +0000 Subject: Since libbu++-reorg is now the trunk, build has been updated to work with it. --- src/functionfactory.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/functionfactory.h') diff --git a/src/functionfactory.h b/src/functionfactory.h index 0541143..2cc28fe 100644 --- a/src/functionfactory.h +++ b/src/functionfactory.h @@ -3,11 +3,11 @@ #include -#include "plugger.h" -#include "singleton.h" +#include "bu/plugger.h" +#include "bu/singleton.h" #include "function.h" -class FunctionFactory : public Plugger, public Singleton +class FunctionFactory : public Bu::Plugger, public Bu::Singleton { public: FunctionFactory(); -- cgit v1.2.3