]> 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 f3a460ee910ef53dffbea5d6884fb4ce35690258..a5c76cf1c1b85f1f67fda80523c4467317147abf 100644 (file)
@@ -4,19 +4,21 @@
  * 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
+ * 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