Marking final class to suppress build warning with clang.
This commit is contained in:
parent
c3ede69d16
commit
e0fb9a45e2
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
struct HWViewpointUniforms;
|
||||
|
||||
class PolyRenderState : public FRenderState
|
||||
class PolyRenderState final : public FRenderState
|
||||
{
|
||||
public:
|
||||
PolyRenderState();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue