]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/InsetParamsWidget.cpp
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / InsetParamsWidget.cpp
index 96d39ab37dbd7ef967fff31bf4c5659cd628ace9..86012a7fa97428bd67b875b55f48c334db0ac137 100644 (file)
@@ -54,7 +54,7 @@ void InsetParamsWidget::addCheckedWidget(QLineEdit * input, QWidget * label)
 }
 
 
-bool InsetParamsWidget::checkWidgets() const
+bool InsetParamsWidget::checkWidgets(bool) const
 {
        bool valid = true;
        Q_FOREACH(CheckedWidget const & le, checked_widgets_)