add NzLocalizedText::GetBaseString to retrieve the original key
This commit is contained in:
parent
0b747c4d0a
commit
4e7435297d
|
|
@ -42,6 +42,7 @@ namespace Nz
|
|||
size_t size() const;
|
||||
|
||||
const std::string& ToString() const;
|
||||
const std::string& GetBaseString() const { return m_str; }
|
||||
|
||||
friend std::ostream& operator<<(std::ostream& out, const Nz::LocalizedText& dt)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue