]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LayoutBox.h
Add missing initialization
[lyx.git] / src / frontends / qt4 / LayoutBox.h
index 0b37e7e82a881bdddcde49fd281610fe9c8abf74..3ea92325f13852decab9496c31476e5d9d1f2dc1 100644 (file)
@@ -61,7 +61,7 @@ private Q_SLOTS:
 
 private:
        friend class LayoutItemDelegate;
-       struct Private;
+       class Private;
        Private * const d;
 };