add const char* ctor
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Nz
|
||||
public:
|
||||
LocalizedText();
|
||||
LocalizedText(std::string_view str);
|
||||
LocalizedText(const char* str);
|
||||
|
||||
template <typename T> LocalizedText& Arg(T&& v)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user