]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
* gcc does not like missing characters in keywords
[lyx.git] / src / Font.h
index e044fc4fd926e29fd32c3f05a759a1d50c242ce6..3f63ff81e1f88d12f50c59b8d54599ec56761a2a 100644 (file)
@@ -38,7 +38,7 @@ class Font {
 
 public:
        ///
-       Font(FontInfo = sane_font, Language const * l = 0);
+       explicit Font(FontInfo = sane_font, Language const * l = 0);
 
        ///
        FontInfo & fontInfo() { return bits_; }