mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-21 03:05:22 -04:00
5a519a4c6c
Fix some virtual methods of NullEventHandler that were apparently intended to overload base class methods, but did not. Add override keyword to prevent these getting out of sync again.