]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
More requires --> required, for C++2a.
[lyx.git] / src / Font.h
index 226ad261997731041c0a77ec118e97472fe80518..b845666d143e0666fa91696212be306acadeff60 100644 (file)
@@ -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;