[Libreoffice-commits] core.git: avmedia/source

Stephan Bergmann sbergman at redhat.com
Thu Mar 31 10:59:27 UTC 2016


 avmedia/source/vlc/vlcmanager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9329618eeec0aaa07b09197bec5e5bf266558d0f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Mar 31 12:59:05 2016 +0200

    Spurious closing parenthesis
    
    Change-Id: I0b723b758a4728816587a26d9b9b28cdc06f5dd1

diff --git a/avmedia/source/vlc/vlcmanager.cxx b/avmedia/source/vlc/vlcmanager.cxx
index cc9bc84..06ad14d 100644
--- a/avmedia/source/vlc/vlcmanager.cxx
+++ b/avmedia/source/vlc/vlcmanager.cxx
@@ -49,7 +49,7 @@ Manager::Manager( const uno::Reference< lang::XMultiServiceFactory >& rxMgr )
     m_is_vlc_found = success;
     if (m_is_vlc_found)
     {
-        mInstance.reset(new Instance( SAL_N_ELEMENTS(VLC_ARGS) ), VLC_ARGS ));
+        mInstance.reset(new Instance( SAL_N_ELEMENTS(VLC_ARGS), VLC_ARGS ));
         //Check VLC version
         std::vector<std::string> verComponents;
         const std::string str(Common::Version());


More information about the Libreoffice-commits mailing list