Skip to content

Commit 9eab2f8

Browse files
author
kevyuu
committed
Remove unnecessary final specifier
1 parent 3cf4554 commit 9eab2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/asset/ICPURayTracingPipeline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ICPURayTracingPipeline final : public ICPUPipeline<IRayTracingPipeline<ICP
3636
constexpr static inline auto AssetType = ET_RAYTRACING_PIPELINE;
3737
inline E_TYPE getAssetType() const override { return AssetType; }
3838

39-
inline std::span<const SShaderSpecInfo> getSpecInfos(const hlsl::ShaderStage stage) const override final
39+
inline std::span<const SShaderSpecInfo> getSpecInfos(const hlsl::ShaderStage stage) const override
4040
{
4141
switch (stage)
4242
{

0 commit comments

Comments
 (0)