| 15 | const wxChar *const TranslatableString::NullContextName = wxT("*"); |
| 16 | |
| 17 | Identifier TranslatableString::MSGID() const |
| 18 | { |
| 19 | return Identifier{ mMsgid }; |
| 20 | } |
| 21 | |
| 22 | const TranslatableString::Formatter |
| 23 | TranslatableString::NullContextFormatter { |
no outgoing calls
no test coverage detected