[Libreoffice-commits] .: Branch 'feature/avmedia' - avmedia/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 25 05:23:09 PDT 2012


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

New commits:
commit cee5f0934feeddeac0f99ad34dd5f93f5de53046
Author: Andras Timar <atimar at suse.com>
Date:   Tue Sep 25 14:22:32 2012 +0200

    typo
    
    Change-Id: I6ec95d7649458a58e5336b4bb28f8f82d0760a2c

diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx
index 8ebe0a5..dfe6e55 100644
--- a/avmedia/source/win/player.cxx
+++ b/avmedia/source/win/player.cxx
@@ -80,7 +80,7 @@ bool isWindowsVistaOrHigher()
 // ----------------
 
 Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
-    PLayer_BASE(m_aMutex),
+    Player_BASE(m_aMutex),
     mxMgr( rxMgr ),
     mpGB( NULL ),
     mpOMF( NULL ),


More information about the Libreoffice-commits mailing list