]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
rename Inset to InsetOld
[lyx.git] / src / lyxfont.h
index b1601f7b99bf4b10f9769bdd4193d42abb501b9a..07d71d280413ae5f9780a7f02e726be5ecc643ea 100644 (file)
@@ -447,5 +447,4 @@ bool operator!=(LyXFont const & font1, LyXFont const & font2)
        return !(font1 == font2);
 }
 
-
 #endif