summaryrefslogtreecommitdiff
path: root/src/guiFileSelectMenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiFileSelectMenu.cpp')
-rw-r--r--src/guiFileSelectMenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiFileSelectMenu.cpp b/src/guiFileSelectMenu.cpp
index e98b025c6..9b43ab602 100644
--- a/src/guiFileSelectMenu.cpp
+++ b/src/guiFileSelectMenu.cpp
@@ -84,7 +84,7 @@ void GUIFileSelectMenu::drawMenu()
void GUIFileSelectMenu::acceptInput() {
if ((m_text_dst != 0) && (this->m_formname != "")){
- std::map<std::string, std::string> fields;
+ StringMap fields;
if (m_accepted)
fields[m_formname + "_accepted"] = wide_to_narrow(m_fileOpenDialog->getFileName());