mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
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
|
@ -37,7 +37,7 @@ private:
|
|||
std::vector<uint32_t> mData;
|
||||
};
|
||||
|
||||
class PolyVertexInputAssembly : public PolyInputAssembly
|
||||
class PolyVertexInputAssembly final : public PolyInputAssembly
|
||||
{
|
||||
public:
|
||||
size_t mOffsets[VATTR_MAX] = {};
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
struct HWViewpointUniforms;
|
||||
|
||||
class PolyRenderState : public FRenderState
|
||||
class PolyRenderState final : public FRenderState
|
||||
{
|
||||
public:
|
||||
PolyRenderState();
|
||||
|
|
Loading…
Reference in a new issue