diff options
Diffstat (limited to 'src/functiontargets.cpp')
-rw-r--r-- | src/functiontargets.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functiontargets.cpp b/src/functiontargets.cpp index 93fbb96..adafdfb 100644 --- a/src/functiontargets.cpp +++ b/src/functiontargets.cpp | |||
@@ -2,6 +2,10 @@ | |||
2 | #include "context.h" | 2 | #include "context.h" |
3 | #include "target.h" | 3 | #include "target.h" |
4 | 4 | ||
5 | #include <bu/plugger.h> | ||
6 | PluginInterface3( pluginFunctionTargets, targets, FunctionTargets, Function, | ||
7 | "Mike Buland", 0, 1 ); | ||
8 | |||
5 | FunctionTargets::FunctionTargets() | 9 | FunctionTargets::FunctionTargets() |
6 | { | 10 | { |
7 | } | 11 | } |