X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Futils%2Fmuxer%2Fcomp.cpp;h=ea2df4d03136316bd8df66ee8e034ab5547d26f8;hb=e66071f3c17583e8964d2f09845858720d9a5478;hp=d81a4c29d932ce49345ee2772f92414666ba810e;hpb=fca1d0f55bf24741f07d2a86d70ad7274d3ec851;p=babeltrace.git diff --git a/src/plugins/utils/muxer/comp.cpp b/src/plugins/utils/muxer/comp.cpp index d81a4c29..ea2df4d0 100644 --- a/src/plugins/utils/muxer/comp.cpp +++ b/src/plugins/utils/muxer/comp.cpp @@ -10,8 +10,8 @@ namespace bt2mux { -Comp::Comp(const bt2::SelfFilterComponent selfComp, const bt2::ConstMapValue params) : - bt2::UserFilterComponent {selfComp, "PLUGIN/FLT.UTILS.MUXER"} +Comp::Comp(const bt2::SelfFilterComponent selfComp, const bt2::ConstMapValue params, void *) : + bt2::UserFilterComponent {selfComp, "PLUGIN/FLT.UTILS.MUXER"} { BT_CPPLOGI_STR("Initializing component.");