mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-25 04:35:23 -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.