Virtual base class destructor (Fixed #96, refs #103)

This commit is contained in:
saschawillems 2017-04-22 20:30:06 +02:00
parent 95e124ea83
commit c024d521e3

View file

@ -240,7 +240,7 @@ public:
VulkanExampleBase(bool enableValidation); VulkanExampleBase(bool enableValidation);
// dtor // dtor
~VulkanExampleBase(); virtual ~VulkanExampleBase();
// Setup the vulkan instance, enable required extensions and connect to the physical device (GPU) // Setup the vulkan instance, enable required extensions and connect to the physical device (GPU)
void initVulkan(); void initVulkan();