]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToc.cpp
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiToc.cpp
index e124a468b428c48cf161d2341fa84c5633d973f2..e05152462011ec16d7f793f500254cb71f553753 100644 (file)
@@ -48,9 +48,9 @@ void GuiToc::updateView()
 }
 
 
-bool GuiToc::initialiseParams(string const & data)
+bool GuiToc::initialiseParams(string const & sdata)
 {
-       widget_->init(toqstr(data));
+       widget_->init(toqstr(sdata));
        return true;
 }