]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInclude.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiInclude.h
index 1e65812f91416db12b085dac705a68826fbe751c..1106c3e02e9b72eb14d5064441f1c857cc679671 100644 (file)
@@ -47,9 +47,9 @@ private Q_SLOTS:
 
 private:
        ///
-       bool initialiseParams(std::string const & data);
+       bool initialiseParams(std::string const & sdata);
        ///
-       void paramsToDialog(InsetCommandParams const & params_);
+       void paramsToDialog(InsetCommandParams const & icp);
        /// clean-up on hide.
        void clearParams() { params_.clear(); }
        /// clean-up on hide.