aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mod/modtag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mod/modtag.cpp')
-rw-r--r--taglib/mod/modtag.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/taglib/mod/modtag.cpp b/taglib/mod/modtag.cpp
index a1b11388..1dabe30e 100644
--- a/taglib/mod/modtag.cpp
+++ b/taglib/mod/modtag.cpp
@@ -27,7 +27,9 @@ using namespace Mod;
class Mod::Tag::TagPrivate
{
public:
- TagPrivate() {}
+ TagPrivate()
+ {
+ }
String title;
String comment;