mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 01:01:09 +02:00
Add bilingual_str::clear()
This commit is contained in:
@@ -28,6 +28,12 @@ struct bilingual_str {
|
||||
{
|
||||
return original.empty();
|
||||
}
|
||||
|
||||
void clear()
|
||||
{
|
||||
original.clear();
|
||||
translated.clear();
|
||||
}
|
||||
};
|
||||
|
||||
inline bilingual_str operator+(bilingual_str lhs, const bilingual_str& rhs)
|
||||
|
Reference in New Issue
Block a user