aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/oggfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/ogg/oggfile.cpp')
-rw-r--r--taglib/ogg/oggfile.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/taglib/ogg/oggfile.cpp b/taglib/ogg/oggfile.cpp
index f29ba14a..01bb5c9d 100644
--- a/taglib/ogg/oggfile.cpp
+++ b/taglib/ogg/oggfile.cpp
@@ -213,6 +213,11 @@ Ogg::File::File(FileName file) : TagLib::File(file)
d = new FilePrivate;
}
+Ogg::File::File(IOStream *stream) : TagLib::File(stream)
+{
+ d = new FilePrivate;
+}
+
////////////////////////////////////////////////////////////////////////////////
// private members
////////////////////////////////////////////////////////////////////////////////