Sdk/GraphicsComponent: Add Detach method
Former-commit-id: b80b7e52f4736f61c439a4242531adaefbdb75a2 [formerly 2c336b6480ae9a11ca1104ee1140e8f449bb2a02] Former-commit-id: 54f77c634ce1f9bfc93a00d9a14567bd25a06b26
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Nz
|
||||
*/
|
||||
|
||||
String::String(const std::string& string) :
|
||||
String(string.c_str(), string.size())
|
||||
String(string.data(), string.size())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user