Commit 225492f6f2ed5fee23195326c3b1511e480d1553
Committed by
Henry Schreiner
1 parent
a323d7b4
Add virtual destructor to Config class
Clang++/LLVM 6.0 complains about this from warning -Wdelete-non-virtual-dtor which is included when using -Wall. Both App and FormatterBase already have virtual destructors, so this was probably just accidentally left out. This is also a C++ best practice; I have drawn some guidelines from here: http://www.gotw.ca/publications/mill18.htm
Showing
1 changed file
with
3 additions
and
0 deletions