]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.h
Make doExport() helper private
[lyx.git] / src / ParagraphMetrics.h
index a100651957d0c4714c146bc3d7d655f11b383bd0..e6ca9dbb8e1f4d2f6d7b41308dda7c0b65048973 100644 (file)
@@ -45,7 +45,7 @@ class PainterInfo;
 class ParagraphMetrics {
 public:
        /// Default constructor (only here for STL containers).
-       ParagraphMetrics() : par_(0) {}
+       ParagraphMetrics() : position_(0), par_(0) {}
        /// The only useful constructor.
        explicit ParagraphMetrics(Paragraph const & par);