]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xforms_helpers.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xforms_helpers.h
index 7a514945d5b3049e5031609191f53273ee3efd2f..0d003d1ea7fecc52c85653ec2edea02298321214 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef XFORMSHELPERS_H
 #define XFORMSHELPERS_H
 
-
 #include "forms_fwd.h"
 
 #include "Color.h"
@@ -22,6 +21,9 @@
 
 class LyXLength;
 
+namespace lyx {
+namespace frontend {
+
 /// parse "&Save" etc. to <"Save", "#S">. Does not handle &&
 std::pair<std::string, std::string> parse_shortcut(std::string const & str);
 
@@ -116,4 +118,8 @@ private:
        ///
        static std::string error_message;
 };
+
+} // namespace frontend
+} // namespace lyx
+
 #endif // XFORMSHELPERS_H