]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormDocument.C
get rid of dead code, some new functions constify variables.
[features.git] / src / frontends / xforms / FormDocument.C
index b059aea40f62852e0d47e3f95195c17aeaf9f6ed..1cd89f50c2b958938063fdfe5b8ae6ddadc3a313 100644 (file)
@@ -210,7 +210,7 @@ void FormDocument::build()
     fl_end_form();
     // "default" is not part of the languages array any more.
     combo_language->addto("default");
-    for(Languages::const_iterator cit = languages.begin();
+    for(Languages::iterator cit = languages.begin();
        cit != languages.end(); ++cit) {
        combo_language->addto((*cit).second.lang().c_str());
     }