summaryrefslogtreecommitdiffstats
path: root/src/sound/RBAAllInstanceOfSoundContent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/RBAAllInstanceOfSoundContent.cpp')
-rw-r--r--src/sound/RBAAllInstanceOfSoundContent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/RBAAllInstanceOfSoundContent.cpp b/src/sound/RBAAllInstanceOfSoundContent.cpp
index 181fb7b..19d722c 100644
--- a/src/sound/RBAAllInstanceOfSoundContent.cpp
+++ b/src/sound/RBAAllInstanceOfSoundContent.cpp
@@ -20,7 +20,7 @@
#include "RBAAllInstanceOfSoundContent.hpp"
#include "RBASoundContentImpl.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBAModelImpl.hpp"
#include "RBAModelElementType.hpp"
@@ -46,7 +46,7 @@ RBAAllInstanceOfSoundContent::getModelElementType() const
const RBARuleObject*
RBAAllInstanceOfSoundContent::getReferenceObjectCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
return &allSoundContentSet_;
}