summaryrefslogtreecommitdiff
path: root/tools/gfx/cuda/cuda-command-encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx/cuda/cuda-command-encoder.h')
-rw-r--r--tools/gfx/cuda/cuda-command-encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gfx/cuda/cuda-command-encoder.h b/tools/gfx/cuda/cuda-command-encoder.h
index 9b7e94c8c..b73dd48c0 100644
--- a/tools/gfx/cuda/cuda-command-encoder.h
+++ b/tools/gfx/cuda/cuda-command-encoder.h
@@ -31,8 +31,8 @@ public:
}
return SLANG_E_NO_INTERFACE;
}
- virtual SLANG_NO_THROW uint32_t SLANG_MCALL addRef() { return 1; }
- virtual SLANG_NO_THROW uint32_t SLANG_MCALL release() { return 1; }
+ virtual SLANG_NO_THROW uint32_t SLANG_MCALL addRef() override { return 1; }
+ virtual SLANG_NO_THROW uint32_t SLANG_MCALL release() override { return 1; }
void init(CommandBufferImpl* cmdBuffer);