Andre Poenitz wrote:
> class MailInset {
> [...]
> protected:
> ///
> virtual Inset & inset() const = 0;
> [...]
> 
> Ideally, I don't have Insets, only InsetBases.

To do this I had to move these into InsetBase. Ok with this?

        /// Methods to cache and retrieve a cached BufferView.
        virtual void cache(BufferView *) const {}
        ///
        virtual BufferView * view() const { return 0; }

-- 
Angus

Reply via email to