diff options
-rw-r--r-- | gnuradio-runtime/lib/frontend.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/frontend.ice b/gnuradio-runtime/lib/frontend.ice index 87ffe55085..b7474f37bf 100644 --- a/gnuradio-runtime/lib/frontend.ice +++ b/gnuradio-runtime/lib/frontend.ice @@ -88,7 +88,7 @@ module GNURadio { idempotent ReceiverInfo getReceiverInfo(); }; - interface Tuner { + interface Tuner extends Component { TunerStatus configureTuner(TunerArgs args) throws ReceiverFailure, InvalidSetting; idempotent TunerStatus status(); idempotent float setGain(float gain) throws ReceiverFailure, NotSupported, InvalidSetting; |