diff options
Diffstat (limited to 'src/performfactory.h')
-rw-r--r-- | src/performfactory.h | 6 |
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 | ||
10 | class PerformFactory : public Plugger<Perform>, public Singleton<PerformFactory> | 10 | class PerformFactory : public Bu::Plugger<Perform>, public Bu::Singleton<PerformFactory> |
11 | { | 11 | { |
12 | public: | 12 | public: |
13 | PerformFactory(); | 13 | PerformFactory(); |