Skip to content
Snippets Groups Projects
Commit d5d63226 authored by Lioncash's avatar Lioncash
Browse files

sink_stream: Mark GetQueueSize as const

parent 6b1cb733
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ public:
*
* @return The number of queued buffers.
*/
u32 GetQueueSize() {
u32 GetQueueSize() const {
return queued_buffers.load();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment