]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/LayoutBox.cpp
Cleanup private part of Layout Box on destructor (probably not really an
[features.git] / src / frontends / qt4 / LayoutBox.cpp
index 55888d5ec173cfb11e5190d2a595f8c2e60736b5..c46ce4553837667ea10dd16e16a3bc166cf9349f 100644 (file)
@@ -418,6 +418,11 @@ LayoutBox::LayoutBox(GuiView & owner)
 }
 
 
+LayoutBox::~LayoutBox() {
+       delete d;
+}
+
+
 void LayoutBox::Private::countCategories()
 {
        int n = filterModel_->rowCount();