aboutsummaryrefslogtreecommitdiff
path: root/src/functionmatches.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functionmatches.cpp4
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>
6PluginInterface3( pluginFunctionMatches, matches, FunctionMatches, Function,
7 "Mike Buland", 0, 1 );
8
5FunctionMatches::FunctionMatches() 9FunctionMatches::FunctionMatches()
6{ 10{
7} 11}