]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui_misc.C
Forgot to add this files.
[lyx.git] / src / lyx_gui_misc.C
index 7954c722214211645c20ddc97ed21df839616e4d..5f38392c1947a3102fb31db9dd7b3929a0e7f218 100644 (file)
@@ -401,7 +401,8 @@ int AskConfirmation(string const & s1, string const & s2, string const & s3)
 
 
 // Asks for a text
-pair<bool, string> askForText(string const & msg, string const & dflt)
+pair<bool, string> const
+askForText(string const & msg, string const & dflt)
 {
        fl_set_resource("flInput.cancel.label", idex(_("Cancel|^[")));
        fl_set_resource("flInput.ok.label", idex(_("OK|#O")));