Fix some doxygen warnings

This commit is contained in:
badaix 2024-07-02 12:43:32 +02:00
parent 061f92a361
commit c156fab123
6 changed files with 43 additions and 11 deletions

View file

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