Document Mixer member typedef

This commit is contained in:
Dmitry Marakasov 2015-08-29 02:43:03 +03:00
parent e37d67725e
commit 995003768b

View File

@ -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_;