mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
3a196478c6
When clearing an existant object clear() should be used. When constructing objects (or using default values for parameters) the constructor of String without any argument should be used. This changes only a few instances I noticed while looking over some recent commit logs.