mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
SWVertexLoader: Make SWVertexLoader a final class
It doesn't make sense to allow extending this class based off the way the VertexLoader API is set up.
This commit is contained in:
parent
dd8b41326c
commit
46579fe41c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#include "VideoCommon/VertexManagerBase.h"
|
#include "VideoCommon/VertexManagerBase.h"
|
||||||
|
|
||||||
class SWVertexLoader : public VertexManagerBase
|
class SWVertexLoader final : public VertexManagerBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SWVertexLoader();
|
SWVertexLoader();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue