summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcplayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/vlcplayer.hxx')
-rw-r--r--avmedia/source/vlc/vlcplayer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/vlc/vlcplayer.hxx b/avmedia/source/vlc/vlcplayer.hxx
index 97b7ffa26425..78fa06f4a251 100644
--- a/avmedia/source/vlc/vlcplayer.hxx
+++ b/avmedia/source/vlc/vlcplayer.hxx
@@ -58,8 +58,8 @@ public:
unsigned getWidth() const;
unsigned getHeight() const;
- void SAL_CALL setScale( float factor );
- void SAL_CALL setWindowID( const intptr_t windowID );
+ void setScale( float factor );
+ void setWindowID( const intptr_t windowID );
void SAL_CALL start() override;
void SAL_CALL stop() override;