]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiToolbar.h
Fix bug 4037 and related problems. The patch has been cleaned up a bit
[features.git] / src / frontends / qt4 / GuiToolbar.h
index 3d0dfc810531f1b5925cd1f87ea0c743829cd882..d912f9907466e741f37f4e26b52d4a1001ad44ca 100644 (file)
@@ -24,6 +24,7 @@
 
 namespace lyx {
 
+class Inset;
 class TextClass;
 class ToolbarItem;
 
@@ -53,6 +54,7 @@ private Q_SLOTS:
 private:
        GuiView & owner_;
        TextClass const * text_class_;
+       Inset const * inset_;
 };