]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LayoutBox.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / LayoutBox.h
index 0b37e7e82a881bdddcde49fd281610fe9c8abf74..ac8c86e0f17e846b27d90d5787b5326a739320a7 100644 (file)
@@ -47,7 +47,7 @@ public:
 
        ///
        void showPopup();
-       
+
        ///
        bool eventFilter(QObject * o, QEvent * e);
        ///
@@ -61,7 +61,7 @@ private Q_SLOTS:
 
 private:
        friend class LayoutItemDelegate;
-       struct Private;
+       class Private;
        Private * const d;
 };