]> git.lyx.org Git - lyx.git/blobdiff - src/insets/MailInset.h
Forgot to restore this before committing 18494. This fixes bug 3725.
[lyx.git] / src / insets / MailInset.h
index f19249b22f712cc22b053e6c12c79ab5712d0ef4..9fca43e8c47db8d2be1e0934393b153b74780892 100644 (file)
@@ -18,7 +18,7 @@
 namespace lyx {
 
 
-class InsetBase;
+class Inset;
 class Buffer;
 class BufferView;
 
@@ -38,7 +38,7 @@ public:
 
 protected:
        ///
-       virtual InsetBase & inset() const = 0;
+       virtual Inset & inset() const = 0;
        ///
        virtual std::string const & name() const = 0;
 };