aboutsummaryrefslogtreecommitdiff
path: root/src/functionfactory.cpp
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/functionfactory.cpp
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/functionfactory.cpp')
-rw-r--r--src/functionfactory.cpp12
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
3extern struct PluginInfo directoriesIn; 3extern struct Bu::PluginInfo directoriesIn;
4extern struct PluginInfo filesIn; 4extern struct Bu::PluginInfo filesIn;
5extern struct PluginInfo regexp; 5extern struct Bu::PluginInfo regexp;
6extern struct PluginInfo toString; 6extern struct Bu::PluginInfo toString;
7extern struct PluginInfo commandToList; 7extern struct Bu::PluginInfo commandToList;
8extern struct PluginInfo targets; 8extern struct Bu::PluginInfo targets;
9 9
10FunctionFactory::FunctionFactory() 10FunctionFactory::FunctionFactory()
11{ 11{