mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-10-27 22:41:21 +00:00
Add explicit virtual dtor to GraphBuilderInterface. This avoids tripping a -Wnon-virtual-dtor warning, and also ensures that the correct (virtual) dtor is called if an instance is deleted via a pointer to the base type.