]> granicus.if.org Git - taglib/commitdiff
Return a XiphComment here -- that still satisfies the overload of
authorScott Wheeler <wheeler@kde.org>
Sat, 10 Apr 2004 15:36:17 +0000 (15:36 +0000)
committerScott Wheeler <wheeler@kde.org>
Sat, 10 Apr 2004 15:36:17 +0000 (15:36 +0000)
TagLib::File::tag() since return types aren't mangled into the symbol
names.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@302627 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

ogg/flac/oggflacfile.cpp
ogg/flac/oggflacfile.h

index f2f9212d750a93b8d3e959589c2f93b21bf314a8..fe7b0d05a69d59b19b6d0ebe7fc25083677863cd 100644 (file)
@@ -76,12 +76,12 @@ Ogg::FLAC::File::~File()
   delete d;
 }
 
-TagLib::Tag* Ogg::FLAC::File::tag() const
+Ogg::XiphComment *Ogg::FLAC::File::tag() const
 {
   return d->comment;
 }
 
-PropertiesOgg::FLAC::File::audioProperties() const
+Properties *Ogg::FLAC::File::audioProperties() const
 {
   return d->properties;
 }
index db00dc0bb7e22695c6c9af5bf91af32fda0869ba..6113843505e9c462537ca34f034a142ff2e4c705 100644 (file)
@@ -73,7 +73,7 @@ namespace TagLib {
       /*!
        * Returns the Tag for this file.  This will always be a XiphComment.
        */
-      virtual TagLib::Tag *tag() const;
+      virtual XiphComment *tag() const;
 
       /*!
        * Returns the FLAC::Properties for this file.  If no audio properties