summaryrefslogtreecommitdiffstats
path: root/src/templates/conditional.mako.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/conditional.mako.cpp')
-rw-r--r--src/templates/conditional.mako.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/conditional.mako.cpp b/src/templates/conditional.mako.cpp
index 229b3d6..d7d5015 100644
--- a/src/templates/conditional.mako.cpp
+++ b/src/templates/conditional.mako.cpp
@@ -1,5 +1,5 @@
% if c.defer:
-std::make_unique<DeferrableCallback<ConfigPropertyCallbacks, SDEventTimer>>(
+std::make_unique<DeferrableCallback<ConfigPropertyCallbacks>>(
${indent(1)}ConfigPropertyCallbackGroups::get()[${c.graph}],
${indent(1)}*ConfigConditions::get()[${c.condition}],
${indent(1)}${c.defer})\
OpenPOWER on IntegriCloud