]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreamble.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormPreamble.h
index 2abcfc7a92d5eddefe1d38b9da54d334e68544a0..335a1746951b189a69742e5bbe8a0a4b5a9c8b8e 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlPreamble;
 struct FD_preamble;
 
@@ -33,5 +36,7 @@ private:
        virtual void update();
 };
 
+} // namespace frontend
+} // namespace lyx
 
 #endif // FORMPREAMBLE_H