X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=a0b0693f608d59ed3577d0d673bb9ae8d0507110;hp=61dc9e156f2f95c5b72a6725796379b3b4d5e3e1;hb=3cc9ad7b867853315473df611612c562d562ed8a;hpb=61703a0124c7ace84caf415f7d491a3ad6f42599 diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 61dc9e1..a0b0693 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -44,7 +44,7 @@ namespace pv { class Session; namespace binding { -class DeviceOptions; +class Device; } namespace view { @@ -85,7 +85,7 @@ private: bool updating_channels_; - std::vector< std::shared_ptr > + std::vector< std::shared_ptr > group_bindings_; std::map< QCheckBox*, std::shared_ptr > check_box_signal_map_;