Skip to content
Snippets Groups Projects
Commit fa93d481 authored by ilor's avatar ilor
Browse files

add an assert in ActionExecContext ctor

parent b6ade78d
Branches
No related merge requests found
......@@ -18,6 +18,7 @@ public:
const boost::shared_ptr<Variables>& vars)
: sentence_context_(sentence_context), vars_(vars)
{
BOOST_ASSERT(vars_);
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment