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

New commits:
commit b8a331fefc6332baa62144095d3f26cdb456d2c7
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Sep 18 16:04:22 2012 +0200

    warning C4805: unsafe mix of type bool and sal_Bool
    
    Change-Id: I4cae9b629649de510e35b499f299509a608a9022

diff --git a/avmedia/source/win/player.hxx b/avmedia/source/win/player.hxx
index 1647d1c..ab01341 100644
--- a/avmedia/source/win/player.hxx
+++ b/avmedia/source/win/player.hxx
@@ -107,7 +107,7 @@ private:
     IVideoWindow*           mpVW;
     IDDrawExclModeVideo*    mpEV;
     long                    mnUnmutedVolume;
-    bool                    mbMuted;
+    sal_Bool                mbMuted;
     bool                    mbLooping;
 
     void                    ImplLayoutVideoWindow();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to