summaryrefslogtreecommitdiffstats
path: root/src/sound/RBAOutputtingSound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/RBAOutputtingSound.cpp')
-rw-r--r--src/sound/RBAOutputtingSound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/RBAOutputtingSound.cpp b/src/sound/RBAOutputtingSound.cpp
index 14d1567..18c65d7 100644
--- a/src/sound/RBAOutputtingSound.cpp
+++ b/src/sound/RBAOutputtingSound.cpp
@@ -19,7 +19,7 @@
#include "RBAOutputtingSound.hpp"
#include "RBAAllocatable.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAContent.hpp"
#include "RBAContentState.hpp"
#include "RBAExpressionVisitor.hpp"
@@ -50,7 +50,7 @@ RBAOutputtingSound::getModelElementType() const
const RBARuleObject*
RBAOutputtingSound::getReferenceObjectCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
const RBARuleObject* object {nullptr};
const auto leftInfo = info->getChild(0U);