diff --git a/libwccl/ops/functions/tset/agrfilter.h b/libwccl/ops/functions/tset/agrfilter.h
index 44b3e35704cbbe0735301be8edebf24d9ce91843..f86f3fda842938e718fbd5fc25b597ce6a8c9942 100644
--- a/libwccl/ops/functions/tset/agrfilter.h
+++ b/libwccl/ops/functions/tset/agrfilter.h
@@ -24,10 +24,9 @@ public:
 			const TSetFunctionPtr& attribs_expr,
 			const TSetFunctionPtr& mask_expr)
 		: left_pos_expr_(left_pos_expr),
-		  right_pos_expr(right_pos_expr),
+		  right_pos_expr_(right_pos_expr),
 		  attribs_expr_(attribs_expr),
-		  mask_expr_(mask_expr),
-
+		  mask_expr_(mask_expr)
 	{
 		BOOST_ASSERT(left_pos_expr_);
 		BOOST_ASSERT(right_pos_expr_);