aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/tag.h
diff options
context:
space:
mode:
authorMichael Helmling <helmling@mathematik.uni-kl.de>2011-08-28 22:58:40 +0200
committerMichael Helmling <helmling@mathematik.uni-kl.de>2011-08-28 22:58:40 +0200
commit5647b2e2935d6e4a06f9fe8b449055772e31c097 (patch)
tree95dab3967fd3dd5390c39fd8e9943f7bd4514a2f /taglib/tag.h
parentfa8159a9d0a0f4d53fe11310ad9f9b35d425f960 (diff)
Made im/export functions nonvirtual. Added similar functions to File and
its subclasses. TagLib::File contains a bunch of dynamic_casts to call the correct specializations.
Diffstat (limited to 'taglib/tag.h')
-rw-r--r--taglib/tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/taglib/tag.h b/taglib/tag.h
index 45caf083..728c3980 100644
--- a/taglib/tag.h
+++ b/taglib/tag.h
@@ -63,7 +63,7 @@ namespace TagLib {
* of the specific metadata format into a "human-readable" map of strings
* to lists of strings, being as precise as possible.
*/
- virtual TagDict toDict() const;
+ TagDict toDict() const;
/*!
* Unified tag dictionary interface -- import function. Converts a map
@@ -72,7 +72,7 @@ namespace TagLib {
* be lost by this operation. Especially the default implementation handles
* only single values of the default tags specified in this class.
*/
- virtual void fromDict(const TagDict &);
+ void fromDict(const TagDict &);
/*!
* Returns the track name; if no track name is present in the tag