From 4680fc4332d939d852592c86546f7bca148dace7 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Fri, 23 Oct 2020 13:04:49 +0900 Subject: Cosmetic changes to pass compilation Signed-off-by: Kenji Hosokawa --- src/core/expression/RBAExpressionVisitor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/expression/RBAExpressionVisitor.hpp') diff --git a/src/core/expression/RBAExpressionVisitor.hpp b/src/core/expression/RBAExpressionVisitor.hpp index e678b42..72a742c 100644 --- a/src/core/expression/RBAExpressionVisitor.hpp +++ b/src/core/expression/RBAExpressionVisitor.hpp @@ -102,11 +102,11 @@ class RBAExpressionVisitor { // Refer to Zone status virtual void visit(RBAIsOutputted& exp) = 0; virtual void visit(RBAOutputtingSound& exp) = 0; - // allocatedContent is common with Area + // allocatedContent is common with Area virtual void visit(RBAIsMuted& exp) = 0; virtual void visit(RBAIsAttenuated& exp) = 0; // contentValue is common with Area - // contentsList is common with Area + // contentsList is common with Area // Refer to sound content status // isActive is common with display content -- cgit 1.2.3-korg