aboutsummaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
authorKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-10-23 13:04:49 +0900
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-10-23 13:04:49 +0900
commit4680fc4332d939d852592c86546f7bca148dace7 (patch)
treefa1d71082e85e1bbcc6ba3686dfd372311cc8885 /src/sound
parentc0ecf677d8ac6ad5cd12e97a294e075f3f8cb249 (diff)
Cosmetic changes to pass compilation
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/RBAOutputtingSound.hpp2
-rw-r--r--src/sound/RBAZoneMaker.hpp2
-rw-r--r--src/sound/RBAZoneSetMaker.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/sound/RBAOutputtingSound.hpp b/src/sound/RBAOutputtingSound.hpp
index 67b476c..dd2e67e 100644
--- a/src/sound/RBAOutputtingSound.hpp
+++ b/src/sound/RBAOutputtingSound.hpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
/**
- * 音声出力クラス
+ * OutputtingSound class header
*/
#ifndef RBAOUTPUTTINGSOUND_HPP
diff --git a/src/sound/RBAZoneMaker.hpp b/src/sound/RBAZoneMaker.hpp
index 8367bd0..96bc98e 100644
--- a/src/sound/RBAZoneMaker.hpp
+++ b/src/sound/RBAZoneMaker.hpp
@@ -24,7 +24,7 @@
namespace rba
{
-/// @brief Zone object generator class
+/// @brief Zone object generator class
class RBAZoneMaker : public RBAAllocatableMaker
{
public:
diff --git a/src/sound/RBAZoneSetMaker.hpp b/src/sound/RBAZoneSetMaker.hpp
index 1265628..17a896d 100644
--- a/src/sound/RBAZoneSetMaker.hpp
+++ b/src/sound/RBAZoneSetMaker.hpp
@@ -24,7 +24,7 @@
namespace rba
{
-/// @brief ZoneSet object generator class
+/// @brief ZoneSet object generator class
class RBAZoneSetMaker : public RBAAllocatableSetMaker
{
public: