diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-13 11:10:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-13 11:10:55 +0200 |
commit | 10ae3090fc07c1dde2d0b90a696efb7736ad779d (patch) | |
tree | d64b487afb8b5e30164f4d7f3562c7c2e411250a /avmedia | |
parent | 1569c87a9e0210957a564f607105138f8a746901 (diff) |
fix mac build after OSL_TRACE->SAL changes (2)
Change-Id: I978e45207cd9ba96d487da92a51aaab24258855b
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/macavf/player.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/macavf/player.mm b/avmedia/source/macavf/player.mm index cfa7dc3b0df3..c573a0fe4274 100644 --- a/avmedia/source/macavf/player.mm +++ b/avmedia/source/macavf/player.mm @@ -30,6 +30,7 @@ using namespace ::com::sun::star; - (void)observeValueForKeyPath:(NSString*)pKeyPath ofObject:(id)pObject change:(NSDictionary*)pChangeDict context:(void*)pContext { (void) pObject; + (void) pChangeDict; avmedia::macavf::MacAVObserverHandler* pHandler = static_cast<avmedia::macavf::MacAVObserverHandler*>(pContext); pHandler->handleObservation( pKeyPath ); } |