]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/deviceoptions.cpp
Build fixes for Qt5 Windows/mingw/MXE support.
[pulseview.git] / pv / popups / deviceoptions.cpp
index 06c9705f06a7e8326b3dc50c4d34f803d5fab6bd..df9113679d2d5ddddd67c169778ea4820166cddc 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "deviceoptions.hpp"
@@ -45,7 +44,7 @@ DeviceOptions::DeviceOptions(shared_ptr<Device> device, QWidget *parent) :
        layout_.addWidget(binding_.get_property_form(this, true));
 }
 
-pv::binding::DeviceOptions& DeviceOptions::binding()
+pv::binding::Device& DeviceOptions::binding()
 {
        return binding_;
 }