From 995003768b0f1c8feb38db17f3f9fac4cc1eea68 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 29 Aug 2015 02:43:03 +0300 Subject: [PATCH] Document Mixer member typedef --- SDL2pp/Mixer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/Mixer.hh b/SDL2pp/Mixer.hh index 090cd65..cb2b29b 100644 --- a/SDL2pp/Mixer.hh +++ b/SDL2pp/Mixer.hh @@ -42,7 +42,7 @@ class Chunk; //////////////////////////////////////////////////////////// class Mixer { public: - typedef void (*ChannelFinishedHandler)(int); + typedef void (*ChannelFinishedHandler)(int); ///< Function type for channel finished callback private: bool open_;