X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=b845666d143e0666fa91696212be306acadeff60;hb=62af7ee772f16f154225d2d0b65d77f4376b6001;hp=226ad261997731041c0a77ec118e97472fe80518;hpb=154b4fdecec9ba8e5f5c1d1210b07992e68e7d15;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 226ad26199..b845666d14 100644 --- a/src/Font.h +++ b/src/Font.h @@ -90,7 +90,7 @@ public: /// Build GUI description of font state - docstring const stateText(BufferParams * params, bool const terse = false) const; + docstring const stateText(BufferParams * params = 0, bool const terse = false) const; /// void validate(LaTeXFeatures & features) const;