summaryrefslogtreecommitdiffstats
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.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/avmedia/source/macavf/macavfcommon.hxx b/avmedia/source/macavf/macavfcommon.hxx
index c682755ce8a8..699f495a0ddf 100644
--- a/avmedia/source/macavf/macavfcommon.hxx
+++ b/avmedia/source/macavf/macavfcommon.hxx
@@ -60,9 +60,7 @@
// MacAVObserver handles the notifications used in the AVFoundation framework
-namespace avmedia { namespace macavf {
-class MacAVObserverHandler;
-} }
+namespace avmedia::macavf { class MacAVObserverHandler; }
typedef std::unordered_map<NSObject*,avmedia::macavf::MacAVObserverHandler*> HandlersForObject;
@@ -74,7 +72,7 @@ typedef std::unordered_map<NSObject*,avmedia::macavf::MacAVObserverHandler*> Han
- (void)onNotification:(NSNotification*)pNotification;
@end
-namespace avmedia { namespace macavf {
+namespace avmedia::macavf {
class MacAVObserverHandler
{
@@ -86,6 +84,6 @@ public:
virtual bool handleObservation( NSString* pKeyPath ) = 0;
};
-}}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */