]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormExternal.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormExternal.h
index a6fce676eb6e794f1c3741c572c842cdd9d1f600..06794df91d8b6b1113014482d5512d21cb79eea9 100644 (file)
@@ -8,7 +8,7 @@
  * \author John Levon
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMEXTERNAL_H
@@ -16,6 +16,7 @@
 
 
 #include "FormDialogView.h"
+#include <map>
 
 
 class ControlExternal;
@@ -42,6 +43,8 @@ private:
 
        ///
        void updateComboChange();
+
+       std::map<std::string, std::string> extra_;
 };
 
 #endif // FORMEXTERNAL_H