Commit 5bbc63a1 by Marcus Winter

dataflow_cpp: removed cpplint warning

parent 582bb5a1
......@@ -720,7 +720,7 @@ class Network : public internal::ClockListener {
typename T5 = embb::base::internal::Nil>
class Outputs : public internal::Outputs<T1, T2, T3, T4, T5> {
public:
explicit Outputs()
Outputs()
: internal::Outputs<T1, T2, T3, T4, T5>() {}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment