- // Get/Set the domain to be passed to the translation functions, defaults to NULL.
- wxChar* GetDomain() const { return m_domain; }
- void SetDomain(const wxChar* domain);
-
+ // Get/Set the domain to be passed to the translation functions, defaults
+ // to empty string (no domain).
+ const wxString& GetDomain() const { return m_domain; }
+ void SetDomain(const wxString& domain);
+