From 560ee65932f3e146ffe9af7ba85f0dfa8760e68d Mon Sep 17 00:00:00 2001 From: Tobi Date: Sun, 25 Jul 2021 00:02:30 +0200 Subject: [PATCH] Update sound.hpp --- sound.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound.hpp b/sound.hpp index e75c61f..89cfcf0 100644 --- a/sound.hpp +++ b/sound.hpp @@ -11,7 +11,7 @@ public: *path: Path to the .wav file *channel: the channel 1-23 *toloop: true:loop the sound, false: don't loop - "/ + */ sound(const std::string& path, int channel = 1, bool toloop = false); /** deconstruct the sound */ ~sound();