]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormExternal.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormExternal.h
index 80296f3c3b6e252e98f0577bb7a5c7ef402ac6ae..f48c160be8486ac2275daf3a05f4db67fbf72e1c 100644 (file)
 #ifndef FORMEXTERNAL_H
 #define FORMEXTERNAL_H
 
-
 #include "FormDialogView.h"
 #include <map>
 
+namespace lyx {
+namespace frontend {
+
 class ControlExternal;
 struct FD_external;
 struct FD_external_file;
@@ -78,4 +80,7 @@ private:
        boost::scoped_ptr<FD_external_options> options_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMEXTERNAL_H