]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.cpp
Get rid of a few warnings.
[lyx.git] / src / frontends / Application.cpp
index 6126e20c5b56de5d46751719ffa3a0cc2cb76c99..246476dd5a6dbfbe6e626e39fb63cea5f0b49c97 100644 (file)
@@ -23,7 +23,7 @@
 #include "FuncRequest.h"
 #include "FuncStatus.h"
 #include "LyX.h"  // for lyx::use_gui
-#include "LyXFont.h"
+#include "Font.h"
 #include "LyXFunc.h"
 #include "LyXRC.h"
 
@@ -53,7 +53,7 @@ LyXView & Application::createView(unsigned int width,
 {
        LyXView & view = gui().createRegisteredView();
        int view_id = view.id();
-       
+
        theLyXFunc().setLyXView(&view);
 
        /*int workArea_id_ =*/ gui().newWorkArea(width, height, view_id);
@@ -101,7 +101,7 @@ frontend::FontLoader & theFontLoader()
 }
 
 
-frontend::FontMetrics const & theFontMetrics(LyXFont const & f)
+frontend::FontMetrics const & theFontMetrics(Font const & f)
 {
        static frontend::NoGuiFontMetrics no_gui_font_metrics;