diff options
Diffstat (limited to '')
-rw-r--r-- | src/functiontostring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiontostring.cpp b/src/functiontostring.cpp index 81ea77d..2fdcc1c 100644 --- a/src/functiontostring.cpp +++ b/src/functiontostring.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "functiontostring.h" | 1 | #include "functiontostring.h" |
2 | #include "plugger.h" | 2 | #include "bu/plugger.h" |
3 | 3 | ||
4 | PluginInterface2(toString, FunctionToString, Function, "Mike Buland", 0, 1 ); | 4 | PluginInterface2(toString, FunctionToString, Function, "Mike Buland", 0, 1 ); |
5 | 5 | ||