]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_loader.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xfont_loader.h
index 0a46727549da2065f841d0a7a1fecf30b35deb8e..c86dec027f970b05e383941c10c7aae9cd0ff4d1 100644 (file)
@@ -6,19 +6,17 @@
  *
  * \author Asger Alstrup
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FONTLOADER_H_
 #define FONTLOADER_H_
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <X11/Xlib.h>
 #include "lyxfont.h"
-#include "LString.h"
+
+namespace lyx {
+namespace frontend {
 
 class FontInfo;
 
@@ -79,4 +77,7 @@ private:
 ///
 extern xfont_loader fontloader;
 
+} // namespace frontend
+} // namespace lyx
+
 #endif