summaryrefslogtreecommitdiffstats
path: root/avmedia/source/opengl/oglplayer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/opengl/oglplayer.cxx')
-rw-r--r--avmedia/source/opengl/oglplayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/opengl/oglplayer.cxx b/avmedia/source/opengl/oglplayer.cxx
index 910974e5adea..8bc513bb9592 100644
--- a/avmedia/source/opengl/oglplayer.cxx
+++ b/avmedia/source/opengl/oglplayer.cxx
@@ -46,7 +46,7 @@ OGLPlayer::~OGLPlayer()
static bool lcl_LoadFile( glTFFile* io_pFile, const OUString& rURL)
{
- SvFileStream aStream( rURL, STREAM_READ );
+ SvFileStream aStream( rURL, StreamMode::READ );
if( !aStream.IsOpen() )
return false;