]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormShowFile.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormShowFile.h
index 82e7d4c33f8867b95880c9df2278fa2ca2799dbf..c52bd744abe7b44824e54748db732642d6e67969 100644 (file)
@@ -4,9 +4,9 @@
  * 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 FORMSHOWFILE_H
@@ -14,6 +14,9 @@
 
 #include "FormBrowser.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlShowFile;
 
 /**
@@ -33,4 +36,7 @@ public:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMSHOWFILE_H