diff options
Diffstat (limited to '')
-rw-r--r-- | src/functiontostring.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functiontostring.cpp b/src/functiontostring.cpp index 0c04091..1d614ce 100644 --- a/src/functiontostring.cpp +++ b/src/functiontostring.cpp | |||
@@ -4,6 +4,10 @@ | |||
4 | #include <bu/sio.h> | 4 | #include <bu/sio.h> |
5 | using namespace Bu; | 5 | using namespace Bu; |
6 | 6 | ||
7 | #include <bu/plugger.h> | ||
8 | PluginInterface3( pluginFunctionToString, toString, FunctionToString, Function, | ||
9 | "Mike Buland", 0, 1 ); | ||
10 | |||
7 | FunctionToString::FunctionToString() | 11 | FunctionToString::FunctionToString() |
8 | { | 12 | { |
9 | } | 13 | } |