]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FontLoader.h
* src/frontends/qt4/GuiSelection.C
[lyx.git] / src / frontends / FontLoader.h
index 9000353cf38b267828c419988a9b5791b9c9fcf9..bddf8afcda0a2a30095b943fca6fa5992830b8be 100644 (file)
 #ifndef LYX_FONTLOADER_H
 #define LYX_FONTLOADER_H
 
+namespace lyx {
+
 class LyXFont;
 
-namespace lyx {
 namespace frontend {
 
 class FontMetrics;
@@ -38,9 +39,12 @@ public:
        virtual FontMetrics const & metrics(LyXFont const & f) = 0;
 };
 
+
 } // namespace frontend
-} // namespace lyx
 
-extern lyx::frontend::FontLoader & theFontLoader();
+/// Implementation is in Application.C
+extern frontend::FontLoader & theFontLoader();
+
+} // namespace lyx
 
 #endif // QFONT_LOADER_H