]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiNomenclature.cpp
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiNomenclature.cpp
index 3afad18a83e3e25cf7e7a904937e9c9cdf4a8f14..92e7760abeed66d139fceef3fbf97f994f3d3de6 100644 (file)
@@ -65,10 +65,10 @@ docstring GuiNomenclature::dialogToParams() const
 }
 
 
-bool GuiNomenclature::initialiseParams(std::string const & data)
+bool GuiNomenclature::initialiseParams(std::string const & sdata)
 {
        InsetCommandParams p(insetCode());
-       if (!InsetCommand::string2params(data, p))
+       if (!InsetCommand::string2params(sdata, p))
                return false;
        symbolED->setText(toqstr(p["symbol"]));
        return true;