aboutsummaryrefslogtreecommitdiff
path: root/src/functionexecute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionexecute.cpp')
-rw-r--r--src/functionexecute.cpp4
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>
7using namespace Bu; 7using namespace Bu;
8 8
9#include <bu/plugger.h>
10PluginInterface3( pluginFunctionExecute, execute, FunctionExecute, Function,
11 "Mike Buland", 0, 1 );
12
9FunctionExecute::FunctionExecute() 13FunctionExecute::FunctionExecute()
10{ 14{
11} 15}