summaryrefslogtreecommitdiff
path: root/avmedia/source/macavf/macavfcommon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/macavf/macavfcommon.hxx')
-rw-r--r--avmedia/source/macavf/macavfcommon.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/macavf/macavfcommon.hxx b/avmedia/source/macavf/macavfcommon.hxx
index ff4559e823d9..c63df0d2486a 100644
--- a/avmedia/source/macavf/macavfcommon.hxx
+++ b/avmedia/source/macavf/macavfcommon.hxx
@@ -85,7 +85,7 @@ private:
static MacAVObserverObject* mpMacAVObserverObject;
public:
virtual ~MacAVObserverHandler() {}
- MacAVObserverObject* getObserver( void ) const;
+ MacAVObserverObject* getObserver() const;
virtual bool handleObservation( NSString* pKeyPath ) = 0;
};