diff options
Diffstat (limited to 'src/functionmatches.cpp')
-rw-r--r-- | src/functionmatches.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functionmatches.cpp b/src/functionmatches.cpp index 4e4b7ff..5b96fa8 100644 --- a/src/functionmatches.cpp +++ b/src/functionmatches.cpp | |||
@@ -2,6 +2,10 @@ | |||
2 | 2 | ||
3 | #include <unistd.h> | 3 | #include <unistd.h> |
4 | 4 | ||
5 | #include <bu/plugger.h> | ||
6 | PluginInterface3( pluginFunctionMatches, matches, FunctionMatches, Function, | ||
7 | "Mike Buland", 0, 1 ); | ||
8 | |||
5 | FunctionMatches::FunctionMatches() | 9 | FunctionMatches::FunctionMatches() |
6 | { | 10 | { |
7 | } | 11 | } |