summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/mmf_medianode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf/mmf_medianode.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/mmf_medianode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/mmf_medianode.cpp b/src/3rdparty/phonon/mmf/mmf_medianode.cpp
index 54c51a0..a9eee58 100644
--- a/src/3rdparty/phonon/mmf/mmf_medianode.cpp
+++ b/src/3rdparty/phonon/mmf/mmf_medianode.cpp
@@ -63,14 +63,14 @@ MMF::MediaNode *MMF::MediaNode::target() const
return m_target;
}
-bool MediaNode::applyNodesOnMediaObject(MediaNode *)
+bool MMF::MediaNode::applyNodesOnMediaObject(MediaNode *)
{
// Algorithmically, this can be expressed in a more efficient way by
// exercising available assumptions, but it complicates code for input
// data(length of the graph) which typically is very small.
// First, we go to the very beginning of the graph.
- MediaNode *current = this;
+ MMF::MediaNode *current = this;
do {
MediaNode *const candidate = current->source();
if (candidate)