summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-18 16:04:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-18 16:04:22 +0200
commitb8a331fefc6332baa62144095d3f26cdb456d2c7 (patch)
tree958347e5f8bd8358458302184d14bf970cadb698 /avmedia
parent2a32bf29b98403872235f880e91b1c08cd3d7f68 (diff)
warning C4805: unsafe mix of type bool and sal_Bool
Change-Id: I4cae9b629649de510e35b499f299509a608a9022
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/win/player.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/win/player.hxx b/avmedia/source/win/player.hxx
index 1647d1c52710..ab01341d2985 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();