From b6efd0e20e6567cea539c1c7a06a5be65e6f56b3 Mon Sep 17 00:00:00 2001 From: Valery Kopylov Date: Mon, 1 Jun 2015 18:01:53 +0300 Subject: group_by should return an observable of items emitted by MarbleSelector. --- Rx/v2/src/rxcpp/operators/rx-group_by.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rx/v2/src') diff --git a/Rx/v2/src/rxcpp/operators/rx-group_by.hpp b/Rx/v2/src/rxcpp/operators/rx-group_by.hpp index 8afb4b9..203f3c9 100644 --- a/Rx/v2/src/rxcpp/operators/rx-group_by.hpp +++ b/Rx/v2/src/rxcpp/operators/rx-group_by.hpp @@ -50,7 +50,7 @@ struct group_by_traits typedef std::map key_subscriber_map_type; - typedef grouped_observable grouped_observable_type; + typedef grouped_observable grouped_observable_type; }; template -- cgit v1.2.3