]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormInset.C
Small fix from Angus
[features.git] / src / frontends / xforms / FormInset.C
index 2823d1645913584c63ac1b86377d6b22c178f23d..57362adac6216e62101880ae748828e56043aa1b 100644 (file)
@@ -71,7 +71,7 @@ void FormCommand::showInset( InsetCommand * inset )
 
        inset_    = inset;
        params    = inset->params();
-       ih_ = inset->hide.connect(slot(this, &FormInset::hide));
+       ih_ = inset->hide.connect(slot(this, &FormCommand::hide));
        show();
 }