aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Horstink <thorstink@lely.com>2019-02-22 16:29:08 +0100
committerKirk Shoop <kirk.shoop@gmail.com>2019-02-25 22:35:48 -1000
commit60bf2865b8805c214aaa08056410b16c1b22918a (patch)
tree2082c583ec8687ab4e886b2efb40ad3a2b042820
parentaac2fc97bc5fe680446afb5ae81bef0a9c0fbf8a (diff)
downloadplatform_external_Reactive-Extensions_RxCpp-60bf2865b8805c214aaa08056410b16c1b22918a.tar.gz
platform_external_Reactive-Extensions_RxCpp-60bf2865b8805c214aaa08056410b16c1b22918a.tar.bz2
platform_external_Reactive-Extensions_RxCpp-60bf2865b8805c214aaa08056410b16c1b22918a.zip
removing a pedantic compile warning
-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;
};