summaryrefslogtreecommitdiffstats
path: root/src/core/model/RBAConstraintImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/RBAConstraintImpl.hpp')
-rw-r--r--src/core/model/RBAConstraintImpl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/model/RBAConstraintImpl.hpp b/src/core/model/RBAConstraintImpl.hpp
index eb4d6ab..a70dfc2 100644
--- a/src/core/model/RBAConstraintImpl.hpp
+++ b/src/core/model/RBAConstraintImpl.hpp
@@ -27,7 +27,7 @@
namespace rba
{
-class RBAArbitrator;
+class RBAArbitratorImpl;
class DLL_EXPORT RBAConstraintImpl : public RBAConstraint,
public RBAAbstractConstraint
@@ -45,7 +45,7 @@ public:
std::string getName() const override;
bool isConstraint() const override;
bool isRuntime() const;
- bool execute(RBAArbitrator* const arb);
+ bool execute(RBAArbitratorImpl* const arb);
private:
bool runtime_ {RUNTIME_EDEFAULT};