]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FontInfo.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FontInfo.h
index 47bc0776eda158d590a7d5c0ddb7194be37d326a..89703e76c42a166f64a741f7903df83d37dae3ab 100644 (file)
@@ -17,6 +17,9 @@
 
 #include <string>
 
+namespace lyx {
+namespace frontend {
+
 /** This class manages a font.
     The idea is to create a FontInfo object with a font name pattern with a
     wildcard at the size field. Then this object can host request for font-
@@ -87,4 +90,7 @@ private:
        std::string const resize(std::string const &, int size) const;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FONTINFO_H