]> git.lyx.org Git - lyx.git/blobdiff - src/insets/mailinset.C
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / mailinset.C
index 8cf6e8606f7fe19ebc901b2784a0892522888fb9..b7563a0cb0be205cc713634c1ba56c29a229922b 100644 (file)
@@ -36,5 +36,5 @@ void MailInset::updateDialog(BufferView * bv) const
 
 void MailInset::hideDialog() const
 {
-       Dialogs::hide()(name(), &inset());
+       Dialogs::hide(name(), &inset());
 }