refactor: add const suffix

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-06-12 12:33:24 +00:00
committed by Compute-Runtime-Automation
parent 771027411e
commit 54e07def28

View File

@@ -83,7 +83,7 @@ struct CommandQueueImp : public CommandQueue {
Device *getDevice() { return device; }
NEO::CommandStreamReceiver *getCsr() { return csr; }
NEO::CommandStreamReceiver *getCsr() const { return csr; }
MOCKABLE_VIRTUAL NEO::WaitStatus reserveLinearStreamSize(size_t size);