summaryrefslogtreecommitdiffstats
path: root/src/metadata/m4a/mp4sampleentry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/metadata/m4a/mp4sampleentry.cpp')
-rw-r--r--src/metadata/m4a/mp4sampleentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/m4a/mp4sampleentry.cpp b/src/metadata/m4a/mp4sampleentry.cpp
index e5619ea..d74a22f 100644
--- a/src/metadata/m4a/mp4sampleentry.cpp
+++ b/src/metadata/m4a/mp4sampleentry.cpp
@@ -28,7 +28,7 @@ using namespace TagLib;
class MP4::Mp4SampleEntry::Mp4SampleEntryPrivate
{
public:
- TagLib::uint data_reference_index;
+ uint data_reference_index;
};
MP4::Mp4SampleEntry::Mp4SampleEntry( TagLib::File* file, MP4::Fourcc fourcc, uint size, long offset )