]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTexinfo.h
index 05b625f8923e32e5314b4c4330ced1047276d739..a5c76cf1c1b85f1f67fda80523c4467317147abf 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.
  */
 #ifndef FORMTEXINFO_H
 #define FORMTEXINFO_H
 
-
 #include "FormDialogView.h"
 #include "ControlTexinfo.h"
 #include <map>
 
+namespace lyx {
+namespace frontend {
+
 struct FD_texinfo;
 
 class FormTexinfo
@@ -39,8 +41,11 @@ private:
        ControlTexinfo::texFileSuffix activeStyle;
 
        ///
-       typedef std::vector<string> ContentsType;
+       typedef std::vector<std::string> ContentsType;
        std::map<ControlTexinfo::texFileSuffix, ContentsType> texdata_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTEXINFO_H