Re: PATCH: squash clang warning

2014-04-30 Thread Vincent van Ravesteijn
Stephan Witt schreef op 30-4-2014 18:26: clang prints the following warning: boost/boost/checked_delete.hpp:34:5: Delete called on 'lyx::html::StartTag' that has virtual functions but non-virtual destructor The attached patch fixes this. Ok to apply? Stephan Yes. Vincent

PATCH: squash clang warning

2014-04-30 Thread Stephan Witt
clang prints the following warning: boost/boost/checked_delete.hpp:34:5: Delete called on 'lyx::html::StartTag' that has virtual functions but non-virtual destructor The attached patch fixes this. Ok to apply? Stephan output_xhtml.patch Description: Binary data