Peter Kümmel wrote:
> Georg Baum wrote:
>> Index: src/frontends/Dialogs.h
>> ===================================================================
>> --- src/frontends/Dialogs.h (Revision 15111)
>> +++ src/frontends/Dialogs.h (Arbeitskopie)
>> @@ -33,6 +33,8 @@ class Dialogs : boost::noncopyable {
>> public:
>> ///
>> Dialogs(LyXView &);
>> + ///
>> + ~Dialogs();
>>
>> /** Redraw all visible dialogs because, for example, the GUI colours
>> * have been re-mapped.
>
> shouldn't the destructor be virtual?
We don't derive from Dialogs, so it should not be needed, but it could not
harm either.
Georg