]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormGraphics.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormGraphics.h
index 11ebe2646790b79620c1f43fc92e9e01a3ca1373..85ee23a7435a2104b03d75725d0b94cece13b0df 100644 (file)
 #ifndef FORMGRAPHICS_H
 #define FORMGRAPHICS_H
 
-
 #include "FormDialogView.h"
-
 #include <boost/scoped_ptr.hpp>
-
 #include <vector>
 
+namespace lyx {
+namespace frontend {
+
 class ControlGraphics;
 struct FD_graphics;
 struct FD_graphics_file;
@@ -60,4 +60,7 @@ private:
        std::vector<std::string> origins_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif  // FORMGRAPHICS_H