diff options
Diffstat (limited to 'src/functionexecute.cpp')
-rw-r--r-- | src/functionexecute.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functionexecute.cpp b/src/functionexecute.cpp index 619d2c2..f692036 100644 --- a/src/functionexecute.cpp +++ b/src/functionexecute.cpp | |||
@@ -6,6 +6,10 @@ | |||
6 | #include <bu/process.h> | 6 | #include <bu/process.h> |
7 | using namespace Bu; | 7 | using namespace Bu; |
8 | 8 | ||
9 | #include <bu/plugger.h> | ||
10 | PluginInterface3( pluginFunctionExecute, execute, FunctionExecute, Function, | ||
11 | "Mike Buland", 0, 1 ); | ||
12 | |||
9 | FunctionExecute::FunctionExecute() | 13 | FunctionExecute::FunctionExecute() |
10 | { | 14 | { |
11 | } | 15 | } |