Skip to content
Snippets Groups Projects
Commit 2fcc3ba9 authored by g0dil's avatar g0dil
Browse files

(missing file from last commit)

parent a1209536
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ prefix_ void senf::ppi::EventDescriptor::notifyUnthrottle() ...@@ -49,7 +49,7 @@ prefix_ void senf::ppi::EventDescriptor::notifyUnthrottle()
prefix_ void senf::ppi::EventDescriptor::enabled(bool v) prefix_ void senf::ppi::EventDescriptor::enabled(bool v)
{ {
SENF_ASSERT(v_isRegistered()); // Module::registerEvent() call missing !! SENF_ASSERT(v_isRegistered() && "Module::registerEvent() call missing");
if (v && ! enabled_) if (v && ! enabled_)
v_enable(); v_enable();
else if (! v && enabled_) else if (! v && enabled_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment