]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LayoutBox.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / LayoutBox.h
index 493f931d1b5076b9ac3756232c25eca37fe316ae..ac8c86e0f17e846b27d90d5787b5326a739320a7 100644 (file)
@@ -35,6 +35,7 @@ class LayoutBox : public QComboBox
        Q_OBJECT
 public:
        LayoutBox(GuiView &);
+       ~LayoutBox();
 
        /// select the right layout in the combobox.
        void set(docstring const & layout);
@@ -46,7 +47,7 @@ public:
 
        ///
        void showPopup();
-       
+
        ///
        bool eventFilter(QObject * o, QEvent * e);
        ///
@@ -60,7 +61,7 @@ private Q_SLOTS:
 
 private:
        friend class LayoutItemDelegate;
-       struct Private;
+       class Private;
        Private * const d;
 };