Skip to content

Commit 033c7cf

Browse files
author
kevyuu
committed
Remove unnecessary final specifier
1 parent 11df7a6 commit 033c7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/asset/ICPUGraphicsPipeline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ICPUGraphicsPipeline final : public ICPUPipeline<IGraphicsPipeline<ICPUPip
7070
return nullptr;
7171
}
7272

73-
inline bool valid() const override final
73+
inline bool valid() const override
7474
{
7575
if (!m_layout) return false;
7676
if (!m_layout->valid())return false;

0 commit comments

Comments
 (0)