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