mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-25 12:28:56 +02:00
Fix some doxygen warnings
This commit is contained in:
parent
061f92a361
commit
c156fab123
6 changed files with 43 additions and 11 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
// standard headers
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
|
||||
namespace decoder
|
||||
|
@ -60,6 +61,9 @@ public:
|
|||
|
||||
CacheInfo cacheInfo_;
|
||||
std::unique_ptr<FLAC__StreamDecoderErrorStatus> lastError_;
|
||||
|
||||
private:
|
||||
std::mutex mutex_;
|
||||
};
|
||||
|
||||
} // namespace decoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue