Add virtual ~Shape

This commit is contained in:
Zach Pomerantz 2016-01-04 12:23:06 -08:00 committed by Zach Pomerantz
parent e96b1fa881
commit c0800abdc5

View file

@ -169,6 +169,8 @@ public:
return Shape::_pickPipeline(args, key);
}
virtual ~Shape() {};
protected:
static const PipelinePointer _pickPipeline(RenderArgs* args, const Key& key);
static PipelineLib _pipelineLib;