]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormTexinfo.h
index 05b625f8923e32e5314b4c4330ced1047276d739..a28742a6feaf3f2ec658da0617dbfda83fd10815 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -39,7 +39,7 @@ private:
        ControlTexinfo::texFileSuffix activeStyle;
 
        ///
-       typedef std::vector<string> ContentsType;
+       typedef std::vector<std::string> ContentsType;
        std::map<ControlTexinfo::texFileSuffix, ContentsType> texdata_;
 };