]> git.lyx.org Git - features.git/blobdiff - src/MetricsInfo.h
Fix compilation with gcc 4.6 part II
[features.git] / src / MetricsInfo.h
index 18dbbe354046d7af7c2e93bc62fb193172036117..d2dd8b7bcf4818d3e5d9649a43225f47fa77bf70 100644 (file)
@@ -52,9 +52,8 @@ enum Styles {
 class MetricsBase {
 public:
        ///
-       MetricsBase();
-       ///
-       MetricsBase(BufferView * bv, FontInfo font, int textwidth);
+       MetricsBase(BufferView * bv = 0, FontInfo font = FontInfo(),
+                   int textwidth = 0);
 
        /// the current view
        BufferView * bv;