diff options
Diffstat (limited to '')
-rw-r--r-- | src/functionfactory.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/functionfactory.cpp b/src/functionfactory.cpp index 4a2cd15..f72e8f6 100644 --- a/src/functionfactory.cpp +++ b/src/functionfactory.cpp | |||
@@ -1,11 +1,11 @@ | |||
1 | #include "functionfactory.h" | 1 | #include "functionfactory.h" |
2 | 2 | ||
3 | extern struct PluginInfo directoriesIn; | 3 | extern struct Bu::PluginInfo directoriesIn; |
4 | extern struct PluginInfo filesIn; | 4 | extern struct Bu::PluginInfo filesIn; |
5 | extern struct PluginInfo regexp; | 5 | extern struct Bu::PluginInfo regexp; |
6 | extern struct PluginInfo toString; | 6 | extern struct Bu::PluginInfo toString; |
7 | extern struct PluginInfo commandToList; | 7 | extern struct Bu::PluginInfo commandToList; |
8 | extern struct PluginInfo targets; | 8 | extern struct Bu::PluginInfo targets; |
9 | 9 | ||
10 | FunctionFactory::FunctionFactory() | 10 | FunctionFactory::FunctionFactory() |
11 | { | 11 | { |