diff options
Diffstat (limited to '')
-rw-r--r-- | src/conditionfiletime.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/conditionfiletime.cpp b/src/conditionfiletime.cpp index 148ffac..43df53b 100644 --- a/src/conditionfiletime.cpp +++ b/src/conditionfiletime.cpp | |||
@@ -8,6 +8,10 @@ | |||
8 | #include <bu/sio.h> | 8 | #include <bu/sio.h> |
9 | using namespace Bu; | 9 | using namespace Bu; |
10 | 10 | ||
11 | #include <bu/plugger.h> | ||
12 | PluginInterface3( pluginConditionFileTime, fileTime, ConditionFileTime, | ||
13 | Condition, "Mike Buland", 0, 1 ); | ||
14 | |||
11 | ConditionFileTime::ConditionFileTime() | 15 | ConditionFileTime::ConditionFileTime() |
12 | { | 16 | { |
13 | } | 17 | } |