Fixes build.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-08-08 12:20:20 +02:00
parent 93e14af1e8
commit 74ebb40afc
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ namespace ArbUt {
std::make_shared<__ConstStringCharHolder>("", 0);
static StringView __empty;
const StringView& StringView::Empty() { return __empty; }
const StringView& StringView::EmptyString() { return __empty; }
}