mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:30:05 +00:00
remove warning supression and fix missing virtual destructor
This commit is contained in:
parent
c5d004aa48
commit
3b5323cea0
5 changed files with 2 additions and 29 deletions
|
|
@ -22,7 +22,7 @@ class DrawItem
|
|||
{
|
||||
public:
|
||||
explicit DrawItem(OpenGLFunctions& gl);
|
||||
~DrawItem();
|
||||
virtual ~DrawItem();
|
||||
|
||||
DrawItem(const DrawItem&) = delete;
|
||||
DrawItem& operator=(const DrawItem&) = delete;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue