aboutsummaryrefslogtreecommitdiff
path: root/src/functiondirs.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functiondirs.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functiondirs.cpp b/src/functiondirs.cpp
index fb64ef3..dee3c4c 100644
--- a/src/functiondirs.cpp
+++ b/src/functiondirs.cpp
@@ -5,6 +5,10 @@
5#include <glob.h> 5#include <glob.h>
6#include <unistd.h> 6#include <unistd.h>
7 7
8#include <bu/plugger.h>
9PluginInterface3( pluginFunctionDirs, dirs, FunctionDirs, Function,
10 "Mike Buland", 0, 1 );
11
8FunctionDirs::FunctionDirs() 12FunctionDirs::FunctionDirs()
9{ 13{
10} 14}