]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FontInfo.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FontInfo.C
index d21f42df7c6c352e6d48f20983ac56f4ca3a0dcc..13a7d5ab0e6c42185383d5a6dcd95f5d8f44be0d 100644 (file)
 
 #include <cmath>
 
-using lyx::support::atoi;
-using lyx::support::token;
-
 using std::abs;
 using std::endl;
 using std::string;
 
+namespace lyx {
+
+using support::atoi;
+using support::token;
+
+namespace frontend {
 
 /// Load font close to this size
 string const FontInfo::getFontname(int size)
@@ -166,3 +169,6 @@ void FontInfo::init()
        scalable = false;
        scaleindex = -1;
 }
+
+} // namespace frontend
+} // namespace lyx