aboutsummaryrefslogtreecommitdiff
path: root/src/performfactory.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-03 00:55:31 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-03 00:55:31 +0000
commit2913e17def90109ac83922e55a9df8999844ec58 (patch)
tree435d08bb62e3bfa045bcb4a59a9fcfba049fae1d /src/performfactory.h
parenta1bc3936b85eab573361026ae323c1a02e0f0ccd (diff)
downloadbuild-2913e17def90109ac83922e55a9df8999844ec58.tar.gz
build-2913e17def90109ac83922e55a9df8999844ec58.tar.bz2
build-2913e17def90109ac83922e55a9df8999844ec58.tar.xz
build-2913e17def90109ac83922e55a9df8999844ec58.zip
Since libbu++-reorg is now the trunk, build has been updated to work with it.
Diffstat (limited to 'src/performfactory.h')
-rw-r--r--src/performfactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/performfactory.h b/src/performfactory.h
index f5ce5c0..435d9c6 100644
--- a/src/performfactory.h
+++ b/src/performfactory.h
@@ -4,10 +4,10 @@
4#include <stdint.h> 4#include <stdint.h>
5 5
6#include "perform.h" 6#include "perform.h"
7#include "plugger.h" 7#include "bu/plugger.h"
8#include "singleton.h" 8#include "bu/singleton.h"
9 9
10class PerformFactory : public Plugger<Perform>, public Singleton<PerformFactory> 10class PerformFactory : public Bu::Plugger<Perform>, public Bu::Singleton<PerformFactory>
11{ 11{
12public: 12public:
13 PerformFactory(); 13 PerformFactory();