X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfont.h;h=07d71d280413ae5f9780a7f02e726be5ecc643ea;hb=2e57f2ff0ae7cd4a6efbf634ffe6d2f4379d9cfc;hp=b1601f7b99bf4b10f9769bdd4193d42abb501b9a;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/lyxfont.h b/src/lyxfont.h index b1601f7b99..07d71d2804 100644 --- a/src/lyxfont.h +++ b/src/lyxfont.h @@ -447,5 +447,4 @@ bool operator!=(LyXFont const & font1, LyXFont const & font2) return !(font1 == font2); } - #endif