diff options
Diffstat (limited to 'Minecraft.World/HtmlString.cpp')
| -rw-r--r-- | Minecraft.World/HtmlString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/HtmlString.cpp b/Minecraft.World/HtmlString.cpp index ce25740e..af643671 100644 --- a/Minecraft.World/HtmlString.cpp +++ b/Minecraft.World/HtmlString.cpp @@ -38,7 +38,7 @@ wstring HtmlString::ToString() wstring HtmlString::Compose(vector<HtmlString> *strings) { - if (strings == NULL) return L""; + if (strings == nullptr) return L""; std::wstringstream ss; |
