diff --git a/code/ryzom/client/src/entities.cpp b/code/ryzom/client/src/entities.cpp index 4283e6e4b..516232108 100644 --- a/code/ryzom/client/src/entities.cpp +++ b/code/ryzom/client/src/entities.cpp @@ -524,7 +524,7 @@ void CEntityManager::reinit() CShapeInstanceReference CEntityManager::createInstance(const string& shape, const CVector &pos, const string& text, const string& url, bool bbox_active) { - CShapeInstanceReference nullinstref(UInstance(), string(), string()); + CShapeInstanceReference nullinstref(UInstance(), string(""), string("")); if (!Scene) return nullinstref; UInstance instance = Scene->createInstance(shape);