summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiFormSpecMenu.h')
-rw-r--r--src/guiFormSpecMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h
index 2fb55070d..7b809df71 100644
--- a/src/guiFormSpecMenu.h
+++ b/src/guiFormSpecMenu.h
@@ -463,6 +463,7 @@ private:
} fs_key_pendig;
fs_key_pendig current_keys_pending;
+ std::string current_field_enter_pending;
void parseElement(parserData* data,std::string element);
@@ -557,4 +558,3 @@ public:
};
#endif
-