aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rx/v2/src/rxcpp/operators/rx-merge_delay_error.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/src/rxcpp/operators/rx-merge_delay_error.hpp b/Rx/v2/src/rxcpp/operators/rx-merge_delay_error.hpp
index 51f8867..f1e72eb 100644
--- a/Rx/v2/src/rxcpp/operators/rx-merge_delay_error.hpp
+++ b/Rx/v2/src/rxcpp/operators/rx-merge_delay_error.hpp
@@ -111,7 +111,7 @@ struct merge_delay_error
// on_completed on the output must wait until all the
// subscriptions have received on_completed
int pendingCompletions;
- composite_exception exception;;
+ composite_exception exception;
coordinator_type coordinator;
output_type out;
};