diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-10-03 09:40:40 +0200 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-10-03 09:40:40 +0200 |
commit | 035444c1b7ee2e76c235e16eafd6115e849eec73 (patch) | |
tree | d4983327b1299113cbd93cd0bfaebabc55ff7966 /src/crepe | |
parent | de2c2593f9f272c5151d74af4ff846fdd70a9bc7 (diff) |
changed sound back
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/facade/Sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/Sound.h b/src/crepe/facade/Sound.h index 06e1932..2f1c924 100644 --- a/src/crepe/facade/Sound.h +++ b/src/crepe/facade/Sound.h @@ -10,7 +10,7 @@ namespace crepe { -class Sound : public api::BaseResource{ +class Sound{ public: /** * \brief Pause this sample |