From 284476f7d0f174631643c951692b992a22612365 Mon Sep 17 00:00:00 2001 From: Kirk Shoop Date: Thu, 26 Jun 2014 23:52:53 -0700 Subject: fix bug in map --- Rx/v2/src/rxcpp/operators/rx-map.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rx/v2/src/rxcpp/operators/rx-map.hpp') diff --git a/Rx/v2/src/rxcpp/operators/rx-map.hpp b/Rx/v2/src/rxcpp/operators/rx-map.hpp index eda923a..6719f1c 100644 --- a/Rx/v2/src/rxcpp/operators/rx-map.hpp +++ b/Rx/v2/src/rxcpp/operators/rx-map.hpp @@ -27,10 +27,10 @@ struct map } template - struct map_observer : public observer_base + struct map_observer : public observer_base { typedef map_observer this_type; - typedef observer_base base_type; + typedef observer_base base_type; typedef typename base_type::value_type value_type; typedef typename std::decay::type dest_type; typedef observer observer_type; -- cgit v1.2.3