Fixes build.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-08 12:20:20 +02:00
parent 93e14af1e8
commit 74ebb40afc

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; }
}