const
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
namespace Service::Audio {
|
namespace Service::Audio {
|
||||||
|
|
||||||
struct OpusDeleter {
|
struct OpusDeleter {
|
||||||
void operator()(void* ptr) {
|
void operator()(void* ptr) const {
|
||||||
operator delete(ptr);
|
operator delete(ptr);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user