Moved pv::prop:bindings classes into pv::bindings namespace
[pulseview.git] / pv / popups / deviceoptions.cpp
index 47bb6ca282465666a5e2134f3a11c7f9a678d453..06c9705f06a7e8326b3dc50c4d34f803d5fab6bd 100644 (file)
@@ -45,7 +45,7 @@ DeviceOptions::DeviceOptions(shared_ptr<Device> device, QWidget *parent) :
        layout_.addWidget(binding_.get_property_form(this, true));
 }
 
-pv::prop::binding::DeviceOptions& DeviceOptions::binding()
+pv::binding::DeviceOptions& DeviceOptions::binding()
 {
        return binding_;
 }