diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/language_tag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/language_tag.h b/src/language_tag.h index 74b4a8a7..d4d41fd7 100644 --- a/src/language_tag.h +++ b/src/language_tag.h @@ -78,6 +78,8 @@ public: class Subtag { public: + virtual ~Subtag () {} + std::string subtag () const { return _subtag; } |
