Fixed: Warning about Str initialization
Using a proper C++ object for the static string is better because wedon't have to manually initialize the (empty) string contents. Plusde::Str automatically casts to const Str*.
View differences
Fixed: Warning about Str initialization
Using a proper C++ object for the static string is better because we
don't have to manually initialize the (empty) string contents. Plus
de::Str automatically casts to const Str*.