mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +00:00
sink_stream: Mark GetQueueSize as const
This commit is contained in:
parent
80bcd1a873
commit
d4623d8dc8
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public:
|
|||
*
|
||||
* @return The number of queued buffers.
|
||||
*/
|
||||
u32 GetQueueSize() {
|
||||
u32 GetQueueSize() const {
|
||||
return queued_buffers.load();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue