X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fproducer%2Flayer.h;h=2809e7ed3ea4c78b94d2b652f8f49ee6cfae36a4;hb=3c9605a7741d7cac1e243cf137b8f4892144bc52;hp=061eb26b1bb3773fbde7e4175c5e42a95cc912ef;hpb=206f8ea5b7ea695614c2e0e4ea4e6446e9983ab6;p=casparcg diff --git a/core/producer/layer.h b/core/producer/layer.h index 061eb26b1..2809e7ed3 100644 --- a/core/producer/layer.h +++ b/core/producer/layer.h @@ -66,7 +66,7 @@ public: boost::property_tree::wptree info() const; boost::property_tree::wptree delay_info() const; - monitor::source& monitor_output(); + monitor::subject& monitor_output(); private: struct implementation; safe_ptr impl_;